Fixed version for the maven-eclipse-plugin.
This commit is contained in:
parent
f2be9f2255
commit
20f57fcd14
5
pom.xml
5
pom.xml
|
@ -401,6 +401,11 @@
|
||||||
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
|
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-eclipse-plugin</artifactId>
|
||||||
|
<version>2.10</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue