diff options
Diffstat (limited to 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index c398420af..0cba8cae9 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -13,6 +13,11 @@ <artifactId>aspectjmatcher</artifactId> <name>AspectJ Matcher</name> + <properties> + <!-- By default, do not deploy artifacts - but deploy this public one --> + <maven.deploy.skip>false</maven.deploy.skip> + </properties> + <build> <plugins> |