You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/01 13:46:02 UTC

svn commit: r1226245 - in /axis/axis1/java/trunk: axis-war/pom.xml pom.xml

Author: veithen
Date: Sun Jan  1 12:46:01 2012
New Revision: 1226245

URL: http://svn.apache.org/viewvc?rev=1226245&view=rev
Log:
Configuring the build as Maven 3 only. The Jetty plugins don't work properly with Maven 2.2.1. Also update to the latest Jetty 7.5 version.

Modified:
    axis/axis1/java/trunk/axis-war/pom.xml
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/axis-war/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-war/pom.xml?rev=1226245&r1=1226244&r2=1226245&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-war/pom.xml (original)
+++ axis/axis1/java/trunk/axis-war/pom.xml Sun Jan  1 12:46:01 2012
@@ -56,7 +56,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>7.5.2.v20111006</version>
+                <version>7.5.4.v20111024</version>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                     <stopKey>foo</stopKey>

Modified: axis/axis1/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1226245&r1=1226244&r2=1226245&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Jan  1 12:46:01 2012
@@ -52,6 +52,9 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+    <prerequisites>
+        <maven>3.0.3</maven>
+    </prerequisites>
     <build>
         <pluginManagement>
             <plugins>