Author: rafale
Date: Fri Feb 1 15:22:01 2008
New Revision: 617703
URL: http://svn.apache.org/viewvc?rev=617703&view=rev
Log:
upgrading the release build
Modified:
maven/archetype/trunk/pom.xml
Modified: maven/archetype/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=617703&r1=617702&r2=617703&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Fri Feb 1 15:22:01 2008
@@ -312,7 +312,8 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
+ <preparationGoals>clean install
verify</preparationGoals>
</configuration>
</plugin>
<plugin>