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