Skip to content

Commit

Permalink
Exclude faulttolerance package from MicroProfile integration test mod…
Browse files Browse the repository at this point in the history
…ule javadoc
  • Loading branch information
jamesnetherton committed Apr 24, 2024
1 parent 94422de commit 0a7cb4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration-tests/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
</testExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>org.apache.camel.quarkus.component.microprofile.it.faulttolerance</excludePackageNames>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 0a7cb4b

Please sign in to comment.