Skip to content

Commit

Permalink
Remove obsolete references to AspectJ.dev repositories
Browse files Browse the repository at this point in the history
Since I (Alexander Kriegisch) have access to the Eclipse Jenkins
instance at https://ci.eclipse.org/ajdt/, it is no longer necessary to
deploy to temporary update sites on my own server.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Dec 12, 2023
1 parent c532cd3 commit e86b713
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions org.eclipse.ajdt.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@
<zip.name>ajdt-${platform.version}-${unqualifiedVersion}.${buildQualifier}</zip.name>
</properties>

<distributionManagement>
<repository>
<id>aspectj-dev-deploy</id>
<name>AspectJ.dev WebDAV Releases</name>
<!-- Please specify the local mount point for the WebDAV share in your settings.xml -->
<url>${aspectj.dev.webdav.share}</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>aspectj-dev-deploy</id>
<name>AspectJ.dev WebDAV Snapshots</name>
<!-- Please specify the local mount point for the WebDAV share in your settings.xml -->
<url>${aspectj.dev.webdav.share}</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>

<repositories>
<!--
Repeat Central definition from super POM https://maven.apache.org/ref/3.6.3/maven-model-builder/super-pom.html.
Expand All @@ -52,20 +35,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>
Expand All @@ -88,20 +57,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>

<build>
Expand Down

0 comments on commit e86b713

Please sign in to comment.