File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/codehaus/mojo/license Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 * The goal to check if there are license files in project.
3636 *
3737 * @author swalendzik
38- * @since 2.7
38+ * @since 2.7.0
3939 */
4040@ Mojo (name = "check-project-license" , threadSafe = true )
4141public class CheckProjectLicenseMojo extends AbstractLicenseMojo {
@@ -47,22 +47,22 @@ public class CheckProjectLicenseMojo extends AbstractLicenseMojo {
4747 /**
4848 * Project license file to check.
4949 *
50- * @since 2.7
50+ * @since 2.7.0
5151 */
5252 @ Parameter (property = "license.licenceFile" , defaultValue = "LICENSE.txt" )
5353 private File licenseFile ;
5454 /**
5555 * A flag to fail the build if there is missing any license file.
5656 *
57- * @since 2.7
57+ * @since 2.7.0
5858 */
5959 @ Parameter (property = "license.failOnMissingLicense" , defaultValue = "false" )
6060 private boolean failOnMissingLicense ;
6161
6262 /**
6363 * A flag to skip the goal.
6464 *
65- * @since 2.7
65+ * @since 2.7.0
6666 */
6767 @ Parameter (property = "license.skipCheckLicense" , defaultValue = "false" )
6868 private boolean skipCheckLicense ;
You can’t perform that action at this time.
0 commit comments