Revision c4fe6981
Added by Patrick Plitzner over 5 years ago
eu.etaxonomy.taxeditor/pom.xml | ||
---|---|---|
105 | 105 |
<id>uploadRepo</id> |
106 | 106 |
<build> |
107 | 107 |
<plugins> |
108 |
<plugin> |
|
109 |
<artifactId>maven-clean-plugin</artifactId> |
|
110 |
<version>3.0.0</version> |
|
111 |
<configuration> |
|
112 |
<filesets> |
|
113 |
<fileset> |
|
114 |
<directory>../../etaxonomy</directory> |
|
115 |
<followSymlinks>false</followSymlinks> |
|
116 |
</fileset> |
|
117 |
</filesets> |
|
118 |
</configuration> |
|
119 |
</plugin> |
|
120 | 108 |
<plugin> |
121 | 109 |
<groupId>org.codehaus.mojo</groupId> |
122 | 110 |
<artifactId>wagon-maven-plugin</artifactId> |
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