Skip to content

Commit 01671d9

Browse files
lukasz-antoniakabsurdfarce
authored andcommitted
Revert "Do not always cleanup Guava shaded module before packaging"
This reverts commit 5be52ec.
1 parent 75a269d commit 01671d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

guava-shaded/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,21 @@
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>
97112
<plugin>
98113
<artifactId>maven-dependency-plugin</artifactId>
99114
<executions>

0 commit comments

Comments
 (0)