aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-01 12:47:05 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-01 12:47:05 +0700
commitd8cdb2d67216e2540decb6d9bf68fb6518400cdc (patch)
tree314d39e7cf3453cfdebb42560b7fde8634958fd5
parenta87661e0321d7666700a92169e80491d2beb1e34 (diff)
downloadaspectj-d8cdb2d67216e2540decb6d9bf68fb6518400cdc.tar.gz
aspectj-d8cdb2d67216e2540decb6d9bf68fb6518400cdc.zip
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 <Alexander@Kriegisch.name>
-rw-r--r--docs/developer/IDE.md3
-rw-r--r--pom.xml28
2 files changed, 2 insertions, 29 deletions
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 @@
<updatePolicy>never</updatePolicy>
</releases>
</repository>
- <repository>
- <id>aspectj-dev</id>
- <name>AspectJ artifacts on aspectj.dev</name>
- <url>https://aspectj.dev/maven</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- </repository>
</repositories>
<pluginRepositories>
@@ -131,20 +117,6 @@
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
- <pluginRepository>
- <id>aspectj-dev</id>
- <name>AspectJ artifacts on aspectj.dev</name>
- <url>https://aspectj.dev/maven</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- </pluginRepository>
</pluginRepositories>
<modules>