mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
10.41.2015 bc47ff1680b43c8579bf37965ca7c4ce90fd3d7f
OPENDJ-1769: Fix copyright plugin documentation message
1 files modified
4 ■■■■ changed files
opendj-copyright-maven-plugin/src/main/java/org/forgerock/maven/CheckCopyrightMojo.java 4 ●●●● patch | view | raw | blame | history
opendj-copyright-maven-plugin/src/main/java/org/forgerock/maven/CheckCopyrightMojo.java
@@ -74,8 +74,8 @@
            if (!ignoreCopyrightErrors) {
                getLog().warn("Fix copyright date problems before proceeding, "
                                + "or use '-DignoreCopyrightErrors=true' to ignore copyright errors.");
                getLog().warn("You can use update-copyrights profile (mvn -Pprecommit -Pupdate-copyrights) "
                        + "to automatically update copyrights.");
                getLog().warn("You can use update-copyrights maven profile "
                        + "(mvn clean install -Pprecommit -Pupdate-copyrights) to automatically update copyrights.");
                throw new MojoExecutionException("Found files with potential copyright year updates needed");
            }
        } else {