Switch to enunciate 2
[controller.git] / opendaylight / commons / enunciate-parent / pom.xml
index 48a90e6f3c06e2059b4f22ab48a631f36f680519..7231c18ec47dedc1b3831d9cd89a05c83c140813 100644 (file)
     <artifactId>enunciate-parent</artifactId>
     <packaging>pom</packaging>
 
-    <!-- enunciate plugin does not work with JDK8 onwards -->
-    <profiles>
-        <profile>
-            <id>non-java8</id>
-            <activation>
-                <jdk>1.7</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.enunciate</groupId>
-                        <artifactId>maven-enunciate-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.webcohesion.enunciate</groupId>
+                <artifactId>enunciate-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>