Upgraded the enforcer plugin and updated the rule
This commit is contained in:
parent
098eacc135
commit
1dd30c8abe
7
pom.xml
7
pom.xml
@ -176,6 +176,8 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
<jdk.min.version>1.6</jdk.min.version>
|
||||||
|
<maven.min.version>2.2.1</maven.min.version>
|
||||||
<attach-distribution>false</attach-distribution>
|
<attach-distribution>false</attach-distribution>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@ -190,6 +192,11 @@
|
|||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<!-- See org.jboss:jboss-parent -->
|
||||||
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
|
Loading…
Reference in New Issue
Block a user