]> source.dussan.org Git - aspectj.git/commitdiff
Improve 'name' tags in POMs
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 6 May 2021 04:54:37 +0000 (11:54 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 6 May 2021 04:54:37 +0000 (11:54 +0700)
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 <Alexander@Kriegisch.name>
aspectjtools/pom.xml
lib/pom.xml

index 7860f3a5a691531769bfe6de9f37f7e28bb3677c..7f9f1063a9e9d4d1d56cbc27d4993e669fdb75cb 100644 (file)
@@ -11,7 +11,7 @@
        </parent>
 
        <artifactId>aspectjtools</artifactId>
-       <name>AspectJ Compiler</name>
+       <name>AspectJ Tools (Compiler)</name>
 
        <build>
                <plugins>
index 22a8a15bbce4f2825bd297e726e90aae0ce0a9a8..78e5d8d47c2c0ae137628de3e63b7c3273a5d589 100644 (file)
@@ -12,7 +12,6 @@
 
   <artifactId>lib</artifactId>
 
-  <name>AspectJ Test Libraries</name>
   <description>
     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,