aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundle-plugin-test/pom.xml6
-rw-r--r--jdisc_core_test/pom.xml6
2 files changed, 12 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>
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>