You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 12:07:18 UTC

svn commit: r1356158 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 10:07:17 2012
New Revision: 1356158

URL: http://svn.apache.org/viewvc?rev=1356158&view=rev
Log:
'install' as default goal when releasing, otherwise the ITs fail (version in new...)

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356158&r1=1356157&r2=1356158&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 10:07:17 2012
@@ -746,6 +746,8 @@
     <profile>
       <id>release</id>
       <build>
+        <defaultGoal>install</defaultGoal>
+
         <plugins>
           <plugin>
             <groupId>org.apache.rat</groupId>