Project

General

Profile

« Previous | Next » 

Revision 78895696

Added by Patrick Plitzner about 6 years ago

ref #7284 Remove folder in default clean phase

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>
108 120
          <plugin>
109 121
            <groupId>org.codehaus.mojo</groupId>
110 122
            <artifactId>wagon-maven-plugin</artifactId>
......
125 137
                </commands>
126 138
                <failOnError>false</failOnError>
127 139
              </configuration>
128
            </execution>
129
             <execution>
130
              <id>clean_jenkins_maven_repo</id>
131
              <phase>clean</phase>
132
              <goals>
133
                <goal>sshexec</goal>
134
              </goals>
135
              <configuration>
136
                <url>scp://int.e-taxonomy.eu</url>
137
                <commands>
138
                  <command>rm -r ~jenkins/workspace/taxeditor-INTEGRATION/.repository/eu/etaxonomy/*</command>
139
                </commands>
140
                <failOnError>false</failOnError>
141
              </configuration>
142 140
            </execution>
143 141
             <execution>
144 142
                <phase>package</phase>

Also available in: Unified diff