summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
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>