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 75a269d commit 01671d9Copy full SHA for 01671d9
guava-shaded/pom.xml
@@ -94,6 +94,21 @@
94
</execution>
95
</executions>
96
</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>
112
<plugin>
113
<artifactId>maven-dependency-plugin</artifactId>
114
<executions>
0 commit comments