maven-clean-plugin
maven-clean-plugin copied to clipboard
Apache Maven Clean Plugin
Bumps [org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing) from 1.1.0 to 1.3.0. Release notes Sourced from org.codehaus.plexus:plexus-testing's releases. 1.3.0 📦 Dependency updates Update dependencies (#57) @cstamas Bump org.codehaus.plexus:plexus from 15 to 16 (#58) @dependabot Bump actions/setup-java...
Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42. Release notes Sourced from org.apache.maven.plugins:maven-plugins's releases. 42 Bug [MPOM-449] - Remove the leading "1." from source/target properties Improvement [MPOM-447] - activate javac's release flag...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 JUnit...
Bumps [com.google.inject:guice](https://github.com/google/guice) from 4.2.0 to 4.2.3. Release notes Sourced from com.google.inject:guice's releases. Guice 4.2.3. See the release notes for details. Guice 4.2.2. See the release notes for details. Guice 4.2.1....
Requires: * https://github.com/apache/maven/pull/703 * https://github.com/apache/maven-plugin-testing/pull/24 * https://github.com/apache/maven-plugin-tools/pull/117 *
Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43. Release notes Sourced from org.apache.maven.plugins:maven-plugins's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (#190) @gnodet Remove checkstyle.violation.ignore...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.3.1 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.3.1-jre</version> <!-- or, for Android: --> <version>33.3.1-android</version> </dependency> Jar files 33.3.1-jre.jar 33.3.1-android.jar Guava...
Add a `force` configuration option for deleting read-only files and directories. This is required because `java.nio.file.Files.delete` does not remove the read-only attribute, contrarily to `java.io.File.delete`. Note: the 3.4.0 version of...