You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jg...@apache.org on 2006/01/03 08:31:05 UTC

svn commit: r365563 - /incubator/servicemix/trunk/pom.xml

Author: jgapuz
Date: Mon Jan  2 23:30:55 2006
New Revision: 365563

URL: http://svn.apache.org/viewcvs?rev=365563&view=rev
Log:
- added maven-war-plugin to plugin management.

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=365563&r1=365562&r2=365563&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Jan  2 23:30:55 2006
@@ -60,8 +60,8 @@
           <channel>#servicemix</channel>        
         </configuration>
         <sendOnSuccess>false</sendOnSuccess>
-      </notifier>
-    </notifiers -->
+      </notifier-->
+    </notifiers>
   </ciManagement>
   
   <mailingLists>
@@ -1196,6 +1196,14 @@
           <version>1.0-SNAPSHOT</version>
           <extensions>true</extensions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.0-beta-2</version>
+          <configuration>
+            <warSourceDirectory>src/webapp/</warSourceDirectory>
+          </configuration>
+        </plugin>                
       </plugins>
     </pluginManagement>
   </build>