You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2014/07/19 19:46:36 UTC

svn commit: r1611932 - /chukwa/trunk/pom.xml

Author: eyang
Date: Sat Jul 19 17:46:35 2014
New Revision: 1611932

URL: http://svn.apache.org/r1611932
Log:
CHUKWA-718. Updated Chukwa Agent REST API document and generation method.  (Eric Yang)

Modified:
    chukwa/trunk/pom.xml

Modified: chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chukwa/trunk/pom.xml?rev=1611932&r1=1611931&r2=1611932&view=diff
==============================================================================
--- chukwa/trunk/pom.xml (original)
+++ chukwa/trunk/pom.xml Sat Jul 19 17:46:35 2014
@@ -357,7 +357,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>2.6</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                 </configuration>
@@ -1189,6 +1189,16 @@
               <groupId>com.sun.jersey.contribs</groupId>
               <artifactId>maven-wadl-plugin</artifactId>
               <version>1.8</version>
+              <exclusions>
+                <exclusion>
+                  <groupId>org.apache.maven</groupId>
+                  <artifactId>apache-maven</artifactId>
+                </exclusion>
+                <exclusion>
+                  <groupId>org.apache.maven</groupId>
+                  <artifactId>maven-artifact</artifactId>
+                </exclusion>
+              </exclusions>
             </dependency>
             <dependency>
               <groupId>com.sun.jersey.contribs</groupId>