[jboss-cvs] JBossAS SVN: r86015 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 17 15:00:56 EDT 2009


Author: pgier
Date: 2009-03-17 15:00:55 -0400 (Tue, 17 Mar 2009)
New Revision: 86015

Modified:
   trunk/pom.xml
Log:
Set the default maven goal for the build.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-03-17 18:56:45 UTC (rev 86014)
+++ trunk/pom.xml	2009-03-17 19:00:55 UTC (rev 86015)
@@ -16,7 +16,7 @@
   <description>JBoss Application Server (aggregator)</description>
   
   <build>
-
+    <defaultGoal>install</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>




More information about the jboss-cvs-commits mailing list