summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-test-jars/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-test-jars/pom.xml b/container-test-jars/pom.xml
index 979b98f9803..7176af3791c 100644
--- a/container-test-jars/pom.xml
+++ b/container-test-jars/pom.xml
@@ -19,4 +19,10 @@
<module>jersey-resources</module>
<module>bundle-with-provided-bundle</module>
</modules>
+
+ <properties>
+ <!-- This project only builds test artifacts -->
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
+
</project>