This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a7cb4b3b1 Exclude faulttolerance package from MicroProfile 
integration test module javadoc
0a7cb4b3b1 is described below

commit 0a7cb4b3b1f0f612fd64dadf4342a8f274e2274f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Apr 24 12:17:09 2024 +0100

    Exclude faulttolerance package from MicroProfile integration test module 
javadoc
---
 integration-tests/microprofile/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/integration-tests/microprofile/pom.xml 
b/integration-tests/microprofile/pom.xml
index 583a589b3d..5db8fcb18b 100644
--- a/integration-tests/microprofile/pom.xml
+++ b/integration-tests/microprofile/pom.xml
@@ -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>
 

Reply via email to