diff --git a/README.md b/README.md index c7202bb8..a25f4e77 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,6 @@ For publishing the site do the following: ``` cd target/checkout -mvn verify site site:stage scm-publish:publish-scm +mvn site +mvn scm-publish:publish-scm ``` diff --git a/pom.xml b/pom.xml index 8a6ae645..b67b61df 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.codehaus.mojo mojo-parent - 70 + 72 org.codehaus.mojo @@ -198,25 +198,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-java - - enforce - - - - - ${mojo.java.target} - - - - - - org.codehaus.mojo animal-sniffer-maven-plugin @@ -237,13 +218,16 @@ + org.apache.maven.plugins maven-site-plugin - false + default-site + site - attach-descriptor + site + stage