aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/pom.xml b/installer/pom.xml
index d8ada07d5..321d573a8 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -13,6 +13,11 @@
<artifactId>installer</artifactId>
<name>AspectJ Installer</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>