diff options
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 1e1bce14..b57b6cb9 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -39,6 +39,9 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>policy-pap-tarball</module> + </modules> </profile> <profile> <id>docker</id> @@ -51,4 +54,4 @@ </properties> </profile> </profiles> -</project>
\ No newline at end of file +</project> |