summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-10-07 15:50:17 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-10-07 15:50:17 +0200
commitc99845e9856515f7bac3c01044a194cb67d7baa2 (patch)
tree729c3c53857d1e33e71f80adc8faaec60bf02c82 /jdisc_core_test
parentea08d7248870ad9c49448cc9e1b1dbf83fe91a8d (diff)
Skip modules that should not be deployed with the Nexus plugin.
Diffstat (limited to 'jdisc_core_test')
-rw-r--r--jdisc_core_test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core_test/pom.xml b/jdisc_core_test/pom.xml
index 3713e1349c1..4216c25266e 100644
--- a/jdisc_core_test/pom.xml
+++ b/jdisc_core_test/pom.xml
@@ -25,6 +25,7 @@
<!-- This project only builds test artifacts -->
<maven.deploy.skip>true</maven.deploy.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
</project>