Switch to enunciate 2 00/30100/3
authorRobert Varga <robert.varga@pantheon.sk>
Mon, 23 Nov 2015 23:51:45 +0000 (00:51 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Nov 2015 13:27:47 +0000 (13:27 +0000)
Enunciate 2.1.1 supports JDK8.

Change-Id: I448664beea2ccb4be3a286e840f7673968191ca0
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
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>