You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2014/06/05 19:12:42 UTC

svn commit: r1600702 - /aries/trunk/pom.xml

Author: dkulp
Date: Thu Jun  5 17:12:42 2014
New Revision: 1600702

URL: http://svn.apache.org/r1600702
Log:
Add a default goal to the root pom

Modified:
    aries/trunk/pom.xml

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1600702&r1=1600701&r2=1600702&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Thu Jun  5 17:12:42 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>6</version>
+        <version>14</version>
     </parent>
 
     <!-- This pom is for convenience in building several aries subprojects at once.
@@ -58,6 +58,7 @@
     </modules>
 
     <build>
+        <defaultGoal>install</defaultGoal>
         <plugins>
             <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>