]> source.dussan.org Git - aspectj.git/commitdiff
Merge pull request #48 from kriegaex/deploy-main-artifacts-only
authorAndy Clement <aclement@pivotal.io>
Mon, 10 May 2021 18:22:40 +0000 (11:22 -0700)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 18:22:40 +0000 (11:22 -0700)
Only deploy main artifacts, default to no deployment for all others

1  2 
aspectjtools/pom.xml
pom.xml

index 7f9f1063a9e9d4d1d56cbc27d4993e669fdb75cb,ffb37c037557b9184d418712fdce0767c4e6568e..edd60f711de83f898b62046be5330cb683d1bd1f
        </parent>
  
        <artifactId>aspectjtools</artifactId>
 -      <name>AspectJ Compiler</name>
 +      <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>
  
diff --cc pom.xml
Simple merge