You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/26 01:33:30 UTC

svn commit: r720680 - /cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml

Author: reinhard
Date: Tue Nov 25 16:33:30 2008
New Revision: 720680

URL: http://svn.apache.org/viewvc?rev=720680&view=rev
Log:
without explicitly specifying the version number of the maven-war-plugin, Maven produces some wired errors :-(

Modified:
    cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml?rev=720680&r1=720679&r2=720680&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml Tue Nov 25 16:33:30 2008
@@ -38,6 +38,10 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>2.0.2</version>
+      </plugin>
+      <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
         <configuration>