Project

General

Profile

« Previous | Next » 

Revision c4fe6981

Added by Patrick Plitzner about 6 years ago

ref #7284 Move clean target to parent pom

View differences:

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>

Also available in: Unified diff