Revision c4fe6981
Added by Patrick Plitzner over 5 years ago
pom.xml | ||
---|---|---|
249 | 249 |
<target>${java.codelevel}</target> |
250 | 250 |
</configuration> |
251 | 251 |
</plugin> |
252 |
<plugin> |
|
253 |
<artifactId>maven-clean-plugin</artifactId> |
|
254 |
<version>3.0.0</version> |
|
255 |
<configuration> |
|
256 |
<filesets> |
|
257 |
<fileset> |
|
258 |
<directory>../etaxonomy</directory> |
|
259 |
<followSymlinks>false</followSymlinks> |
|
260 |
</fileset> |
|
261 |
</filesets> |
|
262 |
</configuration> |
|
263 |
</plugin> |
|
252 | 264 |
<plugin> |
253 | 265 |
<groupId>org.codehaus.mojo</groupId> |
254 | 266 |
<artifactId>wagon-maven-plugin</artifactId> |
Also available in: Unified diff
ref #7284 Move clean target to parent pom