]> source.dussan.org Git - aspectj.git/commitdiff
Remove Aspectj.dev artifact and plugin repositories
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 1 Apr 2022 05:47:05 +0000 (12:47 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 1 Apr 2022 05:47:05 +0000 (12:47 +0700)
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>
docs/developer/IDE.md
pom.xml

index 491d3403ccb1e9df347ba3d00e42ace8f8f6a0f8..fd2c259575e3adb9c0a148a80912da165a17b6b4 100644 (file)
@@ -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 66472fdfbbad10af8dccbc872a283bff3bd54b79..97db6ca548a378edc5886f77267d3925fff5929c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <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>
                                <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>