aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-09-28 13:52:18 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-09-28 13:52:18 +0200
commitd629b53a3abc474d93a72ae0bb6803ee66b37061 (patch)
treeb655c19a53f5d53230b1338dd1121da988c037db /maven-plugins
parent05f118fcca1dad818960248a4fe24c76f33f4bbb (diff)
Make it possible to deploy on Maven Central with maven.
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 5d3fe638d4d..7fe2412fad9 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -23,4 +23,9 @@
<module>../configgen</module>
<module>../vespa-application-maven-plugin</module>
</modules>
+
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
</project>