summaryrefslogtreecommitdiffstats
path: root/container-test-jars
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-11-29 15:35:52 +0100
committergjoranv <gv@verizonmedia.com>2019-11-29 15:35:52 +0100
commit6957fa9b0b9af1c347692fc5df033f82299a129d (patch)
tree4023bb0e6c835026ffb18f5f00580121455a906c /container-test-jars
parentd090a8ea8baac772fc08b5d4e563b2e6201bb086 (diff)
Don't deploy test artifacts
Diffstat (limited to 'container-test-jars')
-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>