This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to tag 0.4
in repository https://gitbox.apache.org/repos/asf/bval.git

commit 4cd6c27184057e411a2e8bc906e30c890f2418fd
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Apr 8 18:45:23 2012 +0000

    release plugin config: preparationGoals + don't skip tests
    
    git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311069 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1363523..ab161c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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