diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-15 18:52:14 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-15 18:52:14 +0700 |
commit | 0be7475fac44a1cbf30e5e719bc4dbd7b4df32c4 (patch) | |
tree | 5d1fa437e9a9690c2fd21dd4413ec549451b53cb /run-all-junit-tests | |
parent | 7ee0f70ce7e50e61daa41b124c7837d45bfd386f (diff) | |
download | aspectj-0be7475fac44a1cbf30e5e719bc4dbd7b4df32c4.tar.gz aspectj-0be7475fac44a1cbf30e5e719bc4dbd7b4df32c4.zip |
Remove redundant 'name' and 'packaging' tags from POMs
If 'name' is identical to 'artifactId' and 'packaging' has the default
value 'jar', we can just remove those tags from the POM.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index 7d7c2959f..fe7d15dfb 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -10,8 +10,6 @@ </parent> <artifactId>run-all-junit-tests</artifactId> - <packaging>jar</packaging> - <name>run-all-junit-tests</name> <dependencies> <dependency> |