Author: sisbell Date: Tue Feb 12 15:38:05 2008 New Revision: 627182 URL: http://svn.apache.org/viewvc?rev=627182&view=rev Log: Adding maven tag location to release pom.
Modified: incubator/nmaven/trunk/pom.xml Modified: incubator/nmaven/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=627182&r1=627181&r2=627182&view=diff ============================================================================== --- incubator/nmaven/trunk/pom.xml (original) +++ incubator/nmaven/trunk/pom.xml Tue Feb 12 15:38:05 2008 @@ -155,6 +155,22 @@ <version>1.0-alpha-5</version> </extension> </extensions> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/incubator/nmaven/tags</tagBase> + <useReleaseProfile>false</useReleaseProfile> + <preparationGoals>clean install</preparationGoals> + <goals>deploy</goals> + <arguments>-Prelease,deploy</arguments> + <autoVersionSubmodules>true</autoVersionSubmodules> + </configuration> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId>