diff options
author | Andy Clement <aclement@pivotal.io> | 2021-05-10 11:22:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 11:22:40 -0700 |
commit | 1fc5195245883d306e2da3877b4fe4362ff0def9 (patch) | |
tree | b472406a1fba31e1e5e0ee521b7901f77105fdd5 /aspectjtools | |
parent | 47b9a0dfa872a316e8668b718fbdd63346e88fca (diff) | |
parent | 891aee0d8c96ae1ce550b25ddc303870fb7d5de3 (diff) | |
download | aspectj-1fc5195245883d306e2da3877b4fe4362ff0def9.tar.gz aspectj-1fc5195245883d306e2da3877b4fe4362ff0def9.zip |
Merge pull request #48 from kriegaex/deploy-main-artifacts-only
Only deploy main artifacts, default to no deployment for all others
Diffstat (limited to 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 7f9f1063a..edd60f711 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -13,6 +13,11 @@ <artifactId>aspectjtools</artifactId> <name>AspectJ Tools (Compiler)</name> + <properties> + <!-- By default, do not deploy artifacts - but deploy this public one --> + <maven.deploy.skip>false</maven.deploy.skip> + </properties> + <build> <plugins> |