aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjweaver
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjweaver')
-rw-r--r--aspectjweaver/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index 69952e3b4..a9147dd14 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -13,6 +13,11 @@
<artifactId>aspectjweaver</artifactId>
<name>AspectJ Weaver</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<build>
<plugins>