From: Alexander Kriegisch Date: Fri, 9 Apr 2021 07:07:09 +0000 (+0700) Subject: POM cosmetics, e.g. plugin version management X-Git-Tag: V1_9_7_M2~21^2~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ed026071e9f15130274f6123c3cd9e009f4d2cb;p=aspectj.git POM cosmetics, e.g. plugin version management Signed-off-by: Alexander Kriegisch --- diff --git a/bridge/pom.xml b/bridge/pom.xml index 2ab25be17..2ea3932fa 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -26,7 +26,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.9.1 build.time @@ -34,11 +33,11 @@ timestamp-property + version.time_text EEEE MMM d, yyyy 'at' HH:mm:ss z America/Los_Angeles en_US - diff --git a/build/pom.xml b/build/pom.xml index fe6b41cb0..6fa02a049 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -33,7 +33,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.9.1 build.date @@ -41,11 +40,11 @@ timestamp-property + build.date E MMM d, YYYY America/Los_Angeles en_US - @@ -54,14 +53,11 @@ timestamp-property + build.time - EEEE MMM d, yyyy 'at' HH:mm:ss z America/Los_Angeles en_US - @@ -70,11 +66,11 @@ timestamp-property + build.year YYYY America/Los_Angeles en_US - diff --git a/pom.xml b/pom.xml index ade7b903d..8c21ca6db 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ 1.9.7.BUILD-SNAPSHOT UTF-8 + UTF-8 3.25.0-SNAPSHOT 1.6.3 2.6.2 @@ -57,7 +58,6 @@ bcel-builder weaver loadtime - org.eclipse.jdt.core org.aspectj.ajdt.core ajde.core ajde @@ -143,6 +143,69 @@ maven-help-plugin 3.2.0 + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + package + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + false + + + + + test-jar + + test-jar + + + + + + org.apache.maven.plugins + maven-shade-plugin + + 3.2.4 + + true + false + false + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + @@ -150,25 +213,10 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 - - - false - - - - - test-jar - - test-jar - - - maven-clean-plugin - 3.1.0 @@ -176,26 +224,28 @@ **/ajcore.*.txt - false aj-build - + false + + + aj-build false diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index 6abd8610b..f2613d996 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -239,7 +239,7 @@ ant ${lib.ant.version} - + jrockit jrockit 1.0 diff --git a/tests/pom.xml b/tests/pom.xml index 0f766d006..f330e5f1a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -120,6 +120,13 @@ system ${project.basedir}/../lib/commons/commons.jar +--> +