summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test/pom.xml')
-rw-r--r--bundle-plugin-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index b27f6edc5f8..67e869a841d 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -19,4 +19,10 @@
<module>integration-test</module>
<module>test-bundles</module>
</modules>
+
+ <properties>
+ <!-- This project only builds test artifacts -->
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
+
</project>