diff --git a/docs/pom.xml b/docs/pom.xml
index 322a0f11009..feebb6ebea1 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -207,6 +207,11 @@
**/generated-test-sources
**/extracted-sources/**
+
+
+ *__*.java
+ *_.java
+
io.helidon*
@@ -216,6 +221,9 @@
io.helidon.inject*
*.processor*
+ io.helidon.integrations.oci.authentication.instance
+ io.helidon.integrations.oci.authentication.resource
+ io.helidon.integrations.oci.authentication.okeworkload
io.helidon*
diff --git a/integrations/oci/authentication/instance/pom.xml b/integrations/oci/authentication/instance/pom.xml
index 55e5979cc24..9d081392d23 100644
--- a/integrations/oci/authentication/instance/pom.xml
+++ b/integrations/oci/authentication/instance/pom.xml
@@ -30,6 +30,10 @@
Authentication based on Instance's principal
+
+ true
+
+
io.helidon.integrations.oci
diff --git a/integrations/oci/authentication/oke-workload/pom.xml b/integrations/oci/authentication/oke-workload/pom.xml
index 5fc00f970b6..36e5764f7da 100644
--- a/integrations/oci/authentication/oke-workload/pom.xml
+++ b/integrations/oci/authentication/oke-workload/pom.xml
@@ -30,6 +30,10 @@
Authentication based on Workload identity
+
+ true
+
+
io.helidon.integrations.oci
diff --git a/integrations/oci/authentication/resource/pom.xml b/integrations/oci/authentication/resource/pom.xml
index 3a20556adc3..b8f09dad85f 100644
--- a/integrations/oci/authentication/resource/pom.xml
+++ b/integrations/oci/authentication/resource/pom.xml
@@ -30,6 +30,10 @@
Authentication based on Resource principal
+
+ true
+
+
io.helidon.integrations.oci
diff --git a/pom.xml b/pom.xml
index 1ba36205316..9cf02ac252c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,6 +437,7 @@
**/target/**/*.java
**/*_.java
+ **/*__*.java