We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9330d7a commit ae163b6Copy full SHA for ae163b6
pom.xml
@@ -1971,24 +1971,6 @@
1971
<plugin>
1972
<groupId>org.apache.maven.plugins</groupId>
1973
<artifactId>maven-clean-plugin</artifactId>
1974
- <executions>
1975
- <execution>
1976
- <id>clean-jar-artifacts</id>
1977
- <phase>install</phase>
1978
- <goals><goal>clean</goal></goals>
1979
- <configuration>
1980
- <excludeDefaultDirectories>true</excludeDefaultDirectories>
1981
- <filesets>
1982
- <fileset>
1983
- <directory>target/dependency</directory>
1984
- </fileset>
1985
1986
- <directory>target/it-repo</directory>
1987
1988
- </filesets>
1989
- </configuration>
1990
- </execution>
1991
- </executions>
1992
</plugin>
1993
1994
0 commit comments