the binaries. IDEA will just stop looking at the local Maven repository in this case.
</description>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this one used by the main build -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<distributionManagement>
<repository>
<id>github</id>
<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>
<artifactId>aspectjrt</artifactId>
<name>AspectJ Runtime</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<name>AspectJ Compiler</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<build>
<plugins>
<artifactId>aspectjweaver</artifactId>
<name>AspectJ Weaver</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<build>
<plugins>
<artifactId>installer</artifactId>
<name>AspectJ Installer</name>
+ <properties>
+ <!-- By default, do not deploy artifacts - but deploy this public one -->
+ <maven.deploy.skip>false</maven.deploy.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<revision>1.9.7.BUILD-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <!-- By default, do not deploy artifacts - override for the ones which actually should be deployed -->
+ <maven.deploy.skip>true</maven.deploy.skip>
<jdt.core.version>3.25.0-SNAPSHOT</jdt.core.version>
<lib.ant.version>1.6.3</lib.ant.version>
<lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>