aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
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 /maven-plugins
parentea08d7248870ad9c49448cc9e1b1dbf83fe91a8d (diff)
Skip modules that should not be deployed with the Nexus plugin.
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index d6e54ffa18b..a7a9f8ebdd6 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -25,7 +25,8 @@
</modules>
<properties>
- <maven.javadoc.skip>true</maven.javadoc.skip>
<maven.deploy.skip>true</maven.deploy.skip>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
</project>