diff --git a/leshan-client-cf/pom.xml b/leshan-client-cf/pom.xml
index 30a813e7f1..a62d8128c6 100644
--- a/leshan-client-cf/pom.xml
+++ b/leshan-client-cf/pom.xml
@@ -68,7 +68,7 @@ Contributors:
true
- <_exportcontents>!*.impl.*, !*.internal.*, *
+ <_exportcontents>*
*
${project.artifactId}
diff --git a/leshan-client-core/pom.xml b/leshan-client-core/pom.xml
index 24ad128ab0..dca70be4e4 100644
--- a/leshan-client-core/pom.xml
+++ b/leshan-client-core/pom.xml
@@ -56,7 +56,7 @@ Contributors:
true
- <_exportcontents>!*.impl.*, !*.internal.*, *
+ <_exportcontents>*
*
${project.artifactId}
diff --git a/leshan-core-cf/pom.xml b/leshan-core-cf/pom.xml
index a91174c65b..d1922744e2 100644
--- a/leshan-core-cf/pom.xml
+++ b/leshan-core-cf/pom.xml
@@ -57,7 +57,7 @@ Contributors:
true
- <_exportcontents>!*.impl.*, !*.internal.*, *
+ <_exportcontents>*
*
${project.artifactId}
diff --git a/leshan-core/pom.xml b/leshan-core/pom.xml
index d5b15e0581..c1ca478591 100644
--- a/leshan-core/pom.xml
+++ b/leshan-core/pom.xml
@@ -60,7 +60,7 @@ Contributors:
true
- <_exportcontents>!models.*, !*.impl.*, !*.internal.*, *
+ <_exportcontents>*
*
${project.artifactId}
diff --git a/leshan-server-cf/pom.xml b/leshan-server-cf/pom.xml
index 51049fb17b..f6704abd76 100644
--- a/leshan-server-cf/pom.xml
+++ b/leshan-server-cf/pom.xml
@@ -67,7 +67,7 @@ Contributors:
true
- <_exportcontents>!*.impl.*, !*.internal.*, *
+ <_exportcontents>*
*
${project.artifactId}