diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:43:17 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:43:17 +0700 |
commit | 63d17d0ab2c6e2895891781433750fe7d4747e16 (patch) | |
tree | b9c5805a6b7a97aaaef8a85958304d02ffa2ed60 /pom.xml | |
parent | 5e2e7a5229d234ed1cf4ae1dadc51f5f5c964fe2 (diff) | |
download | aspectj-63d17d0ab2c6e2895891781433750fe7d4747e16.tar.gz aspectj-63d17d0ab2c6e2895891781433750fe7d4747e16.zip |
Remove duplicate Maven Clean declaration in parent POM
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -233,24 +233,6 @@ </filesets> </configuration> </plugin> - <plugin> - <artifactId>maven-clean-plugin</artifactId> - <configuration> - <filesets> - <fileset> - <directory>.</directory> - <includes> - <include>**/ajcore.*.txt</include> - </includes> - <followSymlinks>false</followSymlinks> - </fileset> - <fileset> - <directory>aj-build</directory> - <followSymlinks>false</followSymlinks> - </fileset> - </filesets> - </configuration> - </plugin> <!-- This plugin is nice to have in the POM, because then it is easy to double-click a goal such as 'effective-pom', |