Skip to content

Commit 75a269d

Browse files
lukasz-antoniakabsurdfarce
authored andcommitted
Do not always cleanup Guava shaded module before packaging
1 parent 8c10099 commit 75a269d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

guava-shaded/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,6 @@
9494
</execution>
9595
</executions>
9696
</plugin>
97-
<plugin>
98-
<artifactId>maven-clean-plugin</artifactId>
99-
<executions>
100-
<execution>
101-
<id>clean-classes</id>
102-
<phase>package</phase>
103-
<goals>
104-
<goal>clean</goal>
105-
</goals>
106-
<configuration>
107-
<directory>${project.build.outputDirectory}</directory>
108-
</configuration>
109-
</execution>
110-
</executions>
111-
</plugin>
11297
<plugin>
11398
<artifactId>maven-dependency-plugin</artifactId>
11499
<executions>

0 commit comments

Comments
 (0)