summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
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 /bundle-plugin-test
parent05f118fcca1dad818960248a4fe24c76f33f4bbb (diff)
Make it possible to deploy on Maven Central with maven.
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/integration-test/pom.xml6
-rw-r--r--bundle-plugin-test/pom.xml1
-rw-r--r--bundle-plugin-test/test-bundles/pom.xml1
3 files changed, 8 insertions, 0 deletions
diff --git a/bundle-plugin-test/integration-test/pom.xml b/bundle-plugin-test/integration-test/pom.xml
index e65cf077d62..80e2661d39d 100644
--- a/bundle-plugin-test/integration-test/pom.xml
+++ b/bundle-plugin-test/integration-test/pom.xml
@@ -88,4 +88,10 @@
</plugin>
</plugins>
</build>
+
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
+
</project>
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index 67e869a841d..c899a051a43 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -23,6 +23,7 @@
<properties>
<!-- This project only builds test artifacts -->
<maven.deploy.skip>true</maven.deploy.skip>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
</project>
diff --git a/bundle-plugin-test/test-bundles/pom.xml b/bundle-plugin-test/test-bundles/pom.xml
index ab19b3578c5..f6de1dea3d5 100644
--- a/bundle-plugin-test/test-bundles/pom.xml
+++ b/bundle-plugin-test/test-bundles/pom.xml
@@ -64,5 +64,6 @@
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>