From: Alexander Kriegisch Date: Fri, 1 Apr 2022 05:47:05 +0000 (+0700) Subject: Remove Aspectj.dev artifact and plugin repositories X-Git-Tag: V1_9_19~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d8cdb2d67216e2540decb6d9bf68fb6518400cdc;p=aspectj.git Remove Aspectj.dev artifact and plugin repositories After having removed the custom-built Maven Shade version, there should be no more references to artifacts in that repository left. Let us see if the build passes. Furthermore, since being a committer, I can also attach AspectJ installers to GitHub releases. Signed-off-by: Alexander Kriegisch --- diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md index 491d3403c..fd2c25957 100644 --- a/docs/developer/IDE.md +++ b/docs/developer/IDE.md @@ -99,7 +99,8 @@ to your path and are good to go. You can now call tools like the Aspectj compile generator `ajdoc` (similar to Javadoc) or the AspectJ Browser `ajbrowser` from the command line. You can find older installer versions until 1.9.6 on the [AspectJ website](https://www.eclipse.org/aspectj/downloads.php), -more recent ones are currently being hosted on the [AspectJ.dev website](https://aspectj.dev/maven/org/aspectj/installer/). +more recent ones are attached to AspectJ [GitHub releases](https://github.com/eclipse/org.aspectj/releases) as +_aspectj-*jar_. ## Biased recommendation diff --git a/pom.xml b/pom.xml index 66472fdfb..97db6ca54 100644 --- a/pom.xml +++ b/pom.xml @@ -81,20 +81,6 @@ never - - aspectj-dev - AspectJ artifacts on aspectj.dev - https://aspectj.dev/maven - default - - true - always - - - true - never - - @@ -131,20 +117,6 @@ never - - aspectj-dev - AspectJ artifacts on aspectj.dev - https://aspectj.dev/maven - default - - true - always - - - true - never - -