This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
commit f2d9b6b36a4d9943852330bd424a299ddd9705f2 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 28 19:53:47 2026 +0200 chore: remove unused spotless-maven-plugin configuration and update invoker plugin version --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pom.xml b/pom.xml index d7e14af..b832a28 100644 --- a/pom.xml +++ b/pom.xml @@ -87,8 +87,6 @@ under the License. <mockitoVersion>5.23.0</mockitoVersion> <plexusArchiverVersion>4.12.0</plexusArchiverVersion> <version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools> - <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin> - <project.build.outputTimestamp>2024-06-26T08:31:50Z</project.build.outputTimestamp> </properties> @@ -188,22 +186,6 @@ under the License. <build> <pluginManagement> <plugins> - <plugin> - <groupId>com.diffplug.spotless</groupId> - <artifactId>spotless-maven-plugin</artifactId> - <configuration> - <java> - <includes> - <include>src/**/*.java</include> - </includes> - </java> - <pom> - <includes> - <include>**/pom.xml</include> - </includes> - </pom> - </configuration> - </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId>
