summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-11-29 14:22:13 +0100
committergjoranv <gv@verizonmedia.com>2019-11-29 14:22:13 +0100
commitb7f9299935f38858eea1fc7b7c4c6efb2ef68ceb (patch)
treeccf1f3c8d168b9a4a7fe14b366859f27b522c50a /jdisc_core_test
parent69001649f409038c48827faf1c51e02d200b54b4 (diff)
Skip deployment for pure test modules.
Diffstat (limited to 'jdisc_core_test')
-rw-r--r--jdisc_core_test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdisc_core_test/pom.xml b/jdisc_core_test/pom.xml
index 6fa2dd27b83..e5cde58caa1 100644
--- a/jdisc_core_test/pom.xml
+++ b/jdisc_core_test/pom.xml
@@ -20,4 +20,10 @@
<module>integration_test</module>
<module>test_bundles</module>
</modules>
+
+ <properties>
+ <!-- This project only builds test artifacts -->
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
+
</project>