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

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