diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-06 11:54:37 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-06 11:54:37 +0700 |
commit | 3134e569917ce3f8c8054fd1b4c05e9bd981a365 (patch) | |
tree | c9bed901f5e6efcfc5bc50c1fd8eadc6fcdfbb02 /aspectjtools | |
parent | 45cf22e08c42573c0da63f1486059e2eb6348f51 (diff) | |
download | aspectj-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 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </parent> <artifactId>aspectjtools</artifactId> - <name>AspectJ Compiler</name> + <name>AspectJ Tools (Compiler)</name> <build> <plugins> |