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 7bc085b commit 5be52ecCopy full SHA for 5be52ec
guava-shaded/pom.xml
@@ -100,21 +100,6 @@
100
</execution>
101
</executions>
102
</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>
118
<plugin>
119
<artifactId>maven-dependency-plugin</artifactId>
120
<executions>
0 commit comments