You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2011/10/03 20:37:41 UTC

svn commit: r1178509 - in /camel/trunk: parent/pom.xml pom.xml

Author: dkulp
Date: Mon Oct  3 18:37:40 2011
New Revision: 1178509

URL: http://svn.apache.org/viewvc?rev=1178509&view=rev
Log:
Move jetty plugin config to parent pom as that's where the jetty version
is defined.

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1178509&r1=1178508&r2=1178509&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Mon Oct  3 18:37:40 2011
@@ -1536,6 +1536,12 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-maven-plugin</artifactId>
+          <version>${jetty-version}</version>
+        </plugin>
+
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
           <configuration>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1178509&r1=1178508&r2=1178509&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Mon Oct  3 18:37:40 2011
@@ -277,12 +277,6 @@
         </plugin>
   
         <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-maven-plugin</artifactId>
-          <version>${jetty-version}</version>
-        </plugin>
-  
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
           <version>1.6</version>