From f90f899aa718fe326cbe98fc6f3e30b7aa516524 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 7 Feb 2019 09:17:40 -0800 Subject: [PATCH] Adjust generated jar names --- distribution/aspectjinstaller-assembly.xml | 49 ++++++++++++++++++++++ distribution/pom.xml | 27 ++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 distribution/aspectjinstaller-assembly.xml diff --git a/distribution/aspectjinstaller-assembly.xml b/distribution/aspectjinstaller-assembly.xml new file mode 100644 index 000000000..36e552606 --- /dev/null +++ b/distribution/aspectjinstaller-assembly.xml @@ -0,0 +1,49 @@ + + + aspectjinstaller + + jar + + false + + + + ../build/target/classes + . + + org/** + + + + ../aj-build/dist/docs + files + + + + ../runtime/target/site/apidocs + files/doc/runtime-apidocs + + + + + + target/aspectjrt-${project.version}.jar + files/lib + aspectjrt.jar + + + target/aspectjweaver-${project.version}.jar + files/lib + aspectjweaver.jar + + + target/aspectjtools-${project.version}.jar + files/lib + aspectjtools.jar + + + + + diff --git a/distribution/pom.xml b/distribution/pom.xml index 400e0c02a..e4ac06ce6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -63,6 +63,7 @@ + maven-assembly-plugin @@ -73,6 +74,8 @@ single + aspectjrt-${project.version} + false org.aspectj.runtime @@ -114,6 +117,8 @@ single + aspectjweaver-${project.version} + false org.aspectj.weaver @@ -159,6 +164,8 @@ single + aspectjtools-${project.version} + false org.aspectj.tools @@ -192,6 +199,26 @@ + + + aspectjinstaller-assembly + package + + single + + + aspectj-${project.version} + false + + + $installer$.org.aspectj.Main + + + + aspectjinstaller-assembly.xml + + + -- 2.39.5