Skip to content

Commit

Permalink
NOT SUPPORTED message for related JDKs
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Aug 9, 2024
1 parent 3ec9ec0 commit 9b3757b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/extended-wadl-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,33 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<echo>****************************************************</echo>
<echo>****THIS EXAMPLE WORKS ONLY ON JDKs PRIOR to 13!****</echo>
<echo>********CURRENT JDK IS NOT SUPPORTED!***************</echo>
<echo>****************************************************</echo>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.14.0</version>
<configuration>
<verbose>false</verbose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 9b3757b

Please sign in to comment.