From 891aee0d8c96ae1ce550b25ddc303870fb7d5de3 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 8 May 2021 19:53:14 +0700 Subject: [PATCH] Prepare main artifacts to be deployed via Maven, step 2 This change affects the following modules: - aspectjmatcher - aspectjrt - aspectjtools - aspectjweaver - installer - asm-renamed Set maven.deploy.skip=false in parent POM, i.e. Maven Deploy by default will *not deploy anything. Only in the modules above, we change the value to 'true' in order to deploy those artifacts. This setting works for both snapshot repositories (GitHub Packages, soon to be migrated to aspectj.dev in a separate PR) and release repositories, i.e. in the future also for Maven Central. Signed-off-by: Alexander Kriegisch --- asm-renamed/pom.xml | 5 +++++ aspectjmatcher/pom.xml | 5 +++++ aspectjrt/pom.xml | 5 +++++ aspectjtools/pom.xml | 5 +++++ aspectjweaver/pom.xml | 5 +++++ installer/pom.xml | 5 +++++ pom.xml | 2 ++ 7 files changed, 32 insertions(+) diff --git a/asm-renamed/pom.xml b/asm-renamed/pom.xml index cdc8bbde7..965e7fed5 100644 --- a/asm-renamed/pom.xml +++ b/asm-renamed/pom.xml @@ -41,6 +41,11 @@ the binaries. IDEA will just stop looking at the local Maven repository in this case. + + + false + + github diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index c398420af..0cba8cae9 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -13,6 +13,11 @@ aspectjmatcher AspectJ Matcher + + + false + + diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index 5e41a1558..12571720c 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -13,6 +13,11 @@ aspectjrt AspectJ Runtime + + + false + + org.aspectj diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 7860f3a5a..ffb37c037 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -13,6 +13,11 @@ aspectjtools AspectJ Compiler + + + false + + diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 69952e3b4..a9147dd14 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -13,6 +13,11 @@ aspectjweaver AspectJ Weaver + + + false + + diff --git a/installer/pom.xml b/installer/pom.xml index d8ada07d5..321d573a8 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -13,6 +13,11 @@ installer AspectJ Installer + + + false + + org.aspectj diff --git a/pom.xml b/pom.xml index 8f5a31b2a..7aa8f9fd6 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,8 @@ 1.9.7.BUILD-SNAPSHOT UTF-8 UTF-8 + + true 3.25.0-SNAPSHOT 1.6.3 2.6.2 -- 2.39.5