Author: mbenson
Date: Sun Apr  8 18:45:23 2012
New Revision: 1311069

URL: http://svn.apache.org/viewvc?rev=1311069&view=rev
Log:
release plugin config: preparationGoals + don't skip tests

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1311069&r1=1311068&r2=1311069&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Sun Apr  8 18:45:23 2012
@@ -516,15 +516,16 @@
                         </dependency>
                     </dependencies>
                 </plugin>
-                <!-- inherited from apache-7.pom, but need config updates -->
+                <!-- inherited from apache-10.pom, but need config updates -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <goals>deploy site site-deploy</goals>
-                        <arguments>-Papache-release 
-DskipTests=true</arguments>
+                        <arguments>-Papache-release</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <preparationGoals>clean install</preparationGoals>
                     </configuration>
                 </plugin>
                 <plugin>


Reply via email to