This is an automated email from the ASF dual-hosted git repository. absurdfarce pushed a commit to branch 4.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit 75a269d04d49630032be6afedae2ded0c4334e42 Author: Lukasz Antoniak <[email protected]> AuthorDate: Mon Dec 30 07:18:06 2024 +0100 Do not always cleanup Guava shaded module before packaging --- guava-shaded/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/guava-shaded/pom.xml b/guava-shaded/pom.xml index f480f9258..6a22663e9 100644 --- a/guava-shaded/pom.xml +++ b/guava-shaded/pom.xml @@ -94,21 +94,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-clean-plugin</artifactId> - <executions> - <execution> - <id>clean-classes</id> - <phase>package</phase> - <goals> - <goal>clean</goal> - </goals> - <configuration> - <directory>${project.build.outputDirectory}</directory> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
