aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-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 /bundle-plugin-test
parent69001649f409038c48827faf1c51e02d200b54b4 (diff)
Skip deployment for pure test modules.
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index b27f6edc5f8..67e869a841d 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -19,4 +19,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>