Project

General

Profile

« Previous | Next » 

Revision 045a6bb6

Added by Patrick Plitzner about 6 years ago

ref #7284 Move clean target to parent pom

  • Instead configure jenkins job to delete files

View differences:

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>
264 252
      <plugin>
265 253
        <groupId>org.codehaus.mojo</groupId>
266 254
        <artifactId>wagon-maven-plugin</artifactId>

Also available in: Unified diff