Author: [email protected]
Date: Wed Mar 16 09:57:28 2011
New Revision: 890

Log:
AMDATU-258 defaultGoal / doc / version allignment

Modified:
   trunk/amdatu-release/pom.xml

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Wed Mar 16 09:57:28 2011
@@ -474,6 +474,7 @@
   </dependencies>
 
   <build>
+    <defaultGoal>package</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>
@@ -493,8 +494,9 @@
     </pluginManagement>
     <plugins>
       <plugin>
-        <!-- Handy plugin to test the webapp. Just run the command 'mvn 
jetty:run', open a browser
-          and navigate to localhost:8080/amdatu -->
+        <!--
+          Usage: mvn -P build-war package jetty:run-war
+        -->
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <configuration>
@@ -590,7 +592,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2-beta-5</version>
             <executions>
               <execution>
                 <id>create-release</id>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to