diff --git a/pom.xml b/pom.xml index 6ac8fda4..ddc67df4 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ 3.3.0 3.5.0 3.3.1 - 1.12.0 + 2.0.0-M10 3.2.5 3.4.1 3.1.3 @@ -219,7 +219,7 @@ 3.3.1 3.3.0 3.6.0 - 3.12.1 + 3.20.0 3.3.1 3.3.1 3.3.1 diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index f63dc02c..b16ebcc6 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -3,14 +3,14 @@ Parent POM for all MojoHaus hosted Apache Maven plugins and components. Latest build status: [![GitHub CI](https://github.com/mojohaus/mojo-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/mojo-parent/actions/workflows/maven.yml) Changelog ---------- +========= [GitHub report](https://github.com/mojohaus/mojo-parent/releases/tag/${project.scm.tag}) How to use the POM ------------------- +================== -* for general information about using a parent pom take a look at http://maven.apache.org/guides/introduction/introduction-to-the-pom.html. +* for general information about using a parent pom take a look at https://maven.apache.org/guides/introduction/introduction-to-the-pom.html. * it boils down to define a parent element in your own POM: ```xml @@ -31,7 +31,7 @@ How to use the POM ``` Spotless - automatic code formatting ------------------------------------- +==================================== `MojoHaus` Parent POM contains configuration for [spotless-maven-plugin](https://github.com/diffplug/spotless/tree/main/plugin-maven) with options: @@ -58,7 +58,7 @@ mvn spotless:apply ``` Checkstyle ----------- +========== You can use `checkstyle` in order to verify code on each build. @@ -72,7 +72,7 @@ Checkstyle can be enabled by adding to build/plugins`: ``` Big code reformat ------------------ +================= After applying bigger reformatting it is recommended to add or update a `.git-blame-ignore-revs` file in the root of the repository containing a line with the SHA1 of the formatting commit to ignore those changes @@ -83,12 +83,12 @@ and can optionally be considered with [local `git blame`](https://git-scm.com/do Latest releases ---------------- +=============== ... may be found at [Maven Central](https://search.maven.org/search?q=g%3Aorg.codehaus.mojo%20AND%20a%3Amojo-parent%20AND%20p%3Apom). Deploy site to github ---------------------- +===================== To deploy a site to github using [maven-scm-publish-plugin](https://maven.apache.org/plugins/maven-scm-publish-plugin/): diff --git a/src/site/site.xml b/src/site/site.xml index 766316bb..c393c931 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -16,15 +16,14 @@ limitations under the License. --> - - - MojoHaus - https://www.mojohaus.org/images/mojo_logo.png - https://www.mojohaus.org/ + + + + - + @@ -40,9 +39,9 @@ 18 https://analytics.apache.org/ - - - + + + @@ -56,13 +55,14 @@ - + + - + - +