aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-06 11:54:37 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-06 11:54:37 +0700
commit3134e569917ce3f8c8054fd1b4c05e9bd981a365 (patch)
treec9bed901f5e6efcfc5bc50c1fd8eadc6fcdfbb02 /lib
parent45cf22e08c42573c0da63f1486059e2eb6348f51 (diff)
downloadaspectj-3134e569917ce3f8c8054fd1b4c05e9bd981a365.tar.gz
aspectj-3134e569917ce3f8c8054fd1b4c05e9bd981a365.zip
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
-rw-r--r--lib/pom.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<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,