Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip javadoc generation for integration tests
  • Loading branch information
yrodiere committed Feb 21, 2020
1 parent 59b1b9d commit 66d3307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integrationtest/pom.xml
Expand Up @@ -25,6 +25,11 @@
<module>showcase/library</module>
</modules>

<properties>
<!-- Skip javadoc generation (forced by releases) -->
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<profiles>
<profile>
<id>jdk9+</id>
Expand Down

0 comments on commit 66d3307

Please sign in to comment.