OPENDJ-1769: Fix copyright plugin documentation message
| | |
| | | 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 { |