From: Alexander Kriegisch Date: Thu, 6 May 2021 04:54:37 +0000 (+0700) Subject: Improve 'name' tags in POMs X-Git-Tag: V1_9_7_M2~19^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3134e569917ce3f8c8054fd1b4c05e9bd981a365;p=aspectj.git Improve 'name' tags in POMs I tripped over not finding aspectjtools in my IntelliJ Maven view many times, because it was listed as "AspectJ Compiler". So I renamed it to "AspectJ Tools (Compiler)". Now it resembles more the artifact ID and still retains the information that it is the artifact containing AJC. For the 'lib' module I removed the 'name' tag again, because it is not one of the main artifacts we publish. Now the POMs are more like Andy might have intended them to be, using a human-readable 'name' only for the main artifacts. Signed-off-by: Alexander Kriegisch --- diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 7860f3a5a..7f9f1063a 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -11,7 +11,7 @@ aspectjtools - AspectJ Compiler + AspectJ Tools (Compiler) diff --git a/lib/pom.xml b/lib/pom.xml index 22a8a15bb..78e5d8d47 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -12,7 +12,6 @@ lib - AspectJ Test Libraries This module downloads + installs libraries used by many tests, especially those running as Ant jobs. You should not build this module during every build because it is somewhat slow, downloading stuff from 3rd-party websites,