Issue 1116: update and centralize plugin version for maven-remote-resources-plugin

This commit is contained in:
Adrian Cole 2012-11-04 08:32:56 -08:00
parent 14c056a077
commit a63f927deb
3 changed files with 4 additions and 3 deletions

View File

@ -126,7 +126,6 @@
<plugins>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.2</version>
<configuration>
<!-- prevents the maven-war-plugin from including the resources in WEB-INF/classes -->
<attached>false</attached>

View File

@ -541,7 +541,6 @@
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>process-remote-resources</id>
@ -599,6 +598,10 @@
<releaseProfiles>doc</releaseProfiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>

View File

@ -46,7 +46,6 @@
<plugins>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>bundle-remote-resources</id>