[webbeans-commits] Webbeans SVN: r599 - ri/trunk/webbeans-ri.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Dec 19 15:16:06 EST 2008


Author: dallen6
Date: 2008-12-19 15:16:06 -0500 (Fri, 19 Dec 2008)
New Revision: 599

Modified:
   ri/trunk/webbeans-ri/pom.xml
Log:
Changed default goal of build to install (compile, test, package and install in local repository).

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-12-19 20:13:49 UTC (rev 598)
+++ ri/trunk/webbeans-ri/pom.xml	2008-12-19 20:16:06 UTC (rev 599)
@@ -79,7 +79,8 @@
    </dependencies>
 
    <build>
-      <plugins>
+   	<defaultGoal>install</defaultGoal>
+   	<plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>




More information about the weld-commits mailing list