summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-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 /bundle-plugin-test
parentea08d7248870ad9c49448cc9e1b1dbf83fe91a8d (diff)
Skip modules that should not be deployed with the Nexus plugin.
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index acf30320502..0500e69acb3 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -24,6 +24,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>