From e27f605eb49f830286a4e115a44b24ff1d676ff8 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 8 May 2021 19:59:06 +0700 Subject: Migrate deployment from GitHub Packages to aspectj.dev Signed-off-by: Alexander Kriegisch --- pom.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 84 insertions(+), 8 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 515518f6a..17342e9b6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,12 +11,16 @@ AspectJ Parent Project + 1.9.7.BUILD-SNAPSHOT + UTF-8 UTF-8 true + 3.25.0-SNAPSHOT + 9.1 1.6.3 2.6.2 1.2 @@ -28,25 +32,97 @@ DIGESTER_1_3 1.0.1 LOGGING_1_0_1 - 9.1 + + + aspectj-dev-deploy + AspectJ.dev WebDAV Releases + + ${aspectj.dev.webdav.share} + false + + + aspectj-dev-deploy + AspectJ.dev WebDAV Snapshots + + ${aspectj.dev.webdav.share} + true + + + + Repeat Central definition from super POM https://maven.apache.org/ref/3.6.3/maven-model-builder/super-pom.html. + Define it as the first repository to search at, otherwise Maven would always search any other repositories defined + in the POM or in settings.xml first, slowing down the build, because most artifacts reside at Maven Central. See + https://maven.apache.org/guides/mini/guide-multiple-repositories.html#repository-order for more details. + --> + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + true + never + + - github - GitHub Packages - https://maven.pkg.github.com/kriegaex/aspectj-packages + aspectj-dev + AspectJ artifacts on aspectj.dev + https://aspectj.dev/maven + default true + always + + true + never + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + true + never + + + + aspectj-dev + AspectJ artifacts on aspectj.dev + https://aspectj.dev/maven + default + + true + always + + + true + never + + + + lib util -- cgit v1.2.3