You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by sk...@apache.org on 2015/10/07 13:16:06 UTC

svn commit: r1707254 - /archiva/parent/pom.xml

Author: skygo
Date: Wed Oct  7 11:16:06 2015
New Revision: 1707254

URL: http://svn.apache.org/viewvc?rev=1707254&view=rev
Log:
use new enunciate maven plugin

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1707254&r1=1707253&r2=1707254&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Wed Oct  7 11:16:06 2015
@@ -90,7 +90,7 @@
 
     <jacksonVersion>2.3.0</jacksonVersion>
     <enunciate.docsDir />
-    <enunciate.version>1.29</enunciate.version>
+    <enunciate.version>2.0.0</enunciate.version>
     <enunciate.debug>false</enunciate.debug>
 
     <compiler.source>1.7</compiler.source>
@@ -941,21 +941,11 @@
         </file>
       </activation>
 
-      <dependencies>
-
-        <dependency>
-          <groupId>org.codehaus.enunciate</groupId>
-          <artifactId>enunciate-core</artifactId>
-          <scope>provided</scope>
-          <version>${enunciate.version}</version>
-        </dependency>
-
-      </dependencies>
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.enunciate</groupId>
-            <artifactId>maven-enunciate-plugin</artifactId>
+            <groupId>com.webcohesion.enunciate</groupId>
+            <artifactId>enunciate-maven-plugin</artifactId>
             <version>${enunciate.version}</version>
             <executions>
               <execution>
@@ -971,13 +961,6 @@
               <configFile>src/enunciate/enunciate.xml</configFile>
               <compileDebug>${enunciate.debug}</compileDebug>
             </configuration>
-            <dependencies>
-              <dependency>
-                <groupId>org.codehaus.enunciate</groupId>
-                <artifactId>enunciate-docs</artifactId>
-                <version>${enunciate.version}</version>
-              </dependency>
-            </dependencies>
           </plugin>
         </plugins>
       </build>