Skip to content

Commit ae163b6

Browse files
committed
work
1 parent 9330d7a commit ae163b6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,24 +1971,6 @@
19711971
<plugin>
19721972
<groupId>org.apache.maven.plugins</groupId>
19731973
<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-
<fileset>
1986-
<directory>target/it-repo</directory>
1987-
</fileset>
1988-
</filesets>
1989-
</configuration>
1990-
</execution>
1991-
</executions>
19921974
</plugin>
19931975
<plugin>
19941976
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)