diff --git a/README.md b/README.md index a8235c4d..33190b9f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MojoHaus Build Helper Maven Plugin - + [![The MIT License](https://img.shields.io/github/license/mojohaus/build-helper-maven-plugin.svg?label=License)](https://opensource.org/licenses/MIT) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/build-helper-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/build-helper-maven-plugin) [![Build Status](https://github.com/mojohaus/build-helper-maven-plugin/workflows/GitHub%20CI/badge.svg?branch=master)](https://github.com/mojohaus/build-helper-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster) @@ -21,3 +21,4 @@ For publishing the site do the following: cd target/checkout mvn verify site site:stage scm-publish:publish-scm ``` + diff --git a/pom.xml b/pom.xml index e0120a1a..399c4a70 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.mojo mojo-parent - 78 + 81 build-helper-maven-plugin @@ -74,7 +74,6 @@ - 11 ${project.build.directory}/staging/build-helper-maven-plugin 2023-11-24T19:44:40Z @@ -133,6 +132,18 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + MagicNumber + + + + + @@ -164,29 +175,6 @@ - - java11+ - - [11,) - - - - - com.diffplug.spotless - spotless-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.spotless.config} - MagicNumber - - - - - - only-eclipse