aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjtools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjtools/pom.xml')
-rw-r--r--aspectjtools/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 869e1882b..2c2cdd80f 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -50,6 +50,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>
@@ -164,6 +166,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>