Author: rgoers Date: Sun Aug 14 05:05:50 2011 New Revision: 1157467 URL: http://svn.apache.org/viewvc?rev=1157467&view=rev Log: Move release-plugin definition to apache release profile
Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1157467&r1=1157466&r2=1157467&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sun Aug 14 05:05:50 2011 @@ -146,18 +146,6 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>2.7</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.2.1</version> - <configuration> - <preparationGoals>clean verify exec:exec -Dexec.executable=svn -Dexec.args="add RELEASE-NOTES.txt"</preparationGoals> - <completionGoals>exec:exec -Dexec.executable=svn -Dexec.args="delete RELEASE-NOTES.txt"</completionGoals> - <useReleaseProfile>false</useReleaseProfile> - <goals>deploy</goals> - <arguments>-Papache-release</arguments> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins> @@ -424,7 +412,19 @@ </execution> </executions> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.2.1</version> + <configuration> + <preparationGoals>clean verify exec:exec -Dexec.executable=svn -Dexec.args="add RELEASE-NOTES.txt"</preparationGoals> + <completionGoals>exec:exec -Dexec.executable=svn -Dexec.args="delete RELEASE-NOTES.txt"</completionGoals> + <useReleaseProfile>false</useReleaseProfile> + <goals>deploy</goals> + <arguments>-Papache-release</arguments> + <releaseProfiles>apache-release</releaseProfiles> + </configuration> + </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions>