From: Alexander Kriegisch Date: Sun, 16 May 2021 03:22:42 +0000 (+0700) Subject: Completely remove module ASM-renamed + references X-Git-Tag: V1_9_7_M2~14^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=221c3948785b28e842af7c6ea4662a2ea33d24e5;p=aspectj.git Completely remove module ASM-renamed + references Signed-off-by: Alexander Kriegisch --- diff --git a/asm-renamed/pom.xml b/asm-renamed/pom.xml deleted file mode 100644 index a94b1863c..000000000 --- a/asm-renamed/pom.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - 4.0.0 - - - - org.aspectj - aspectj-parent - 1.9.7.BUILD-SNAPSHOT - - - asm-renamed - ${asm.version} - - ASM for AspectJ - - This module relocates the original ASM artifact from package name 'org.objectweb.asm' to 'aj.org.objectweb.asm', - using Maven Shade Plugin. - - In order to avoid committing the binary to the AspectJ SCM repository and using it as a system-scoped dependency, we - deploy it to aspectj.dev. - - Whenever it is necessary to upgrade to a new ASM version in order to make AspectJ compatible with a new Java - version, please build and deploy this module after upgrading property 'asm.version'. Make sure you have the - credentials for write access to the aspectj.dev Maven repository WebDAV share and the correct server, profile and - property entries in settings.xml. - - Then you should be able to run 'mvn clean deploy' for this module and be fine. - - Caveat for IntelliJ IDEA: The project cannot be built in IDEA (Ctrl-F9) if this module is visible in the Maven view. - If so, right-click it and select "Unlink Maven Projects". Unfortunately, "Ignore Projects" is not enough. If Maven - knows of this Maven module, it cannot compile other modules depending on shaded class names, because it cannot find - the binaries. IDEA will just stop looking at the local Maven repository in this case. - - - - - false - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - default-testCompile - none - - - - - - org.apache.maven.plugins - maven-source-plugin - - - true - - false - - false - - - - - attach-sources - package - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - false - - - true - - - - - test-jar - none - - - - - - org.apache.maven.plugins - maven-shade-plugin - - true - false - false - - - - asm-relocate - package - - shade - - - false - true - - - ${project.groupId} - - - - - * - - META-INF/* - - - - - - org.objectweb.asm - aj.org.objectweb.asm - - - - - - - - - org.codehaus.mojo - flatten-maven-plugin - 1.2.2 - - - - flatten - process-resources - - flatten - - - defaults - - remove - - ${project.build.directory} - flattened-pom.xml - - - - - - - - - - - org.ow2.asm - asm - - - - diff --git a/pom.xml b/pom.xml index 17342e9b6..6d732a6d0 100644 --- a/pom.xml +++ b/pom.xml @@ -148,11 +148,6 @@ run-all-junit-tests docs - - - aspectjrt aspectjweaver