aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjweaver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjweaver/pom.xml')
-rw-r--r--aspectjweaver/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index 73abc26f1..c5f1fda1e 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -48,6 +48,8 @@
<properties>
<!-- By default, do not deploy artifacts - but deploy this public one -->
<maven.deploy.skip>false</maven.deploy.skip>
+ <!-- By default, do not sign artifacts - but sign this public one -->
+ <maven.gpg.skip>false</maven.gpg.skip>
</properties>
<build>
@@ -165,6 +167,7 @@
<configuration>
<!-- The assembly ID 'sources' becomes the artifact classifier, exactly what we want -->
<appendAssemblyId>true</appendAssemblyId>
+ <skipAssembly>${maven.source.skip}</skipAssembly>
<archive>
</archive>
<descriptors>