Skip to content

Commit 5be52ec

Browse files
Do not always cleanup Guava shaded module before packaging
1 parent 7bc085b commit 5be52ec

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
@@ -100,21 +100,6 @@
100100
</execution>
101101
</executions>
102102
</plugin>
103-
<plugin>
104-
<artifactId>maven-clean-plugin</artifactId>
105-
<executions>
106-
<execution>
107-
<id>clean-classes</id>
108-
<phase>package</phase>
109-
<goals>
110-
<goal>clean</goal>
111-
</goals>
112-
<configuration>
113-
<directory>${project.build.outputDirectory}</directory>
114-
</configuration>
115-
</execution>
116-
</executions>
117-
</plugin>
118103
<plugin>
119104
<artifactId>maven-dependency-plugin</artifactId>
120105
<executions>

0 commit comments

Comments
 (0)