mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changing the check style plugin
This commit is contained in:
parent
8f42786749
commit
9845855099
@ -38,17 +38,9 @@
|
||||
<module>org.wso2.carbon.device.application.mgt.common</module>
|
||||
<module>org.wso2.carbon.device.application.mgt.api</module>
|
||||
<module>org.wso2.carbon.device.application.mgt.ui</module>
|
||||
<!--<module>org.wso2.carbon.device.application.mgt.android.platform</module>-->
|
||||
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
8
pom.xml
8
pom.xml
@ -1666,6 +1666,10 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
@ -2054,10 +2058,8 @@
|
||||
<javassist.version>3.12.1.GA</javassist.version>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
|
||||
|
||||
<!-- Following two properties should be removed once the versions are added the wso2 parent pom CARBON-15729 -->
|
||||
<!-- maven check style version -->
|
||||
<maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
|
||||
<maven.findbugs.plugin.version>3.0.3</maven.findbugs.plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user