diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 5964a83d..5d68f01d 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -254,6 +254,10 @@ + + + + ${pom.url} Checkstyle report en-us - Copyright 2004 The Apache Software Foundation + Copyright ${currentYear} ${pom.organization.name} diff --git a/checkstyle/src/plugin-test/project.xml b/checkstyle/src/plugin-test/project.xml index ba78e7ad..eec5131c 100644 --- a/checkstyle/src/plugin-test/project.xml +++ b/checkstyle/src/plugin-test/project.xml @@ -25,7 +25,7 @@ maven 1.0 - Apache Software Foundation + Apache Software Foundation - test http://www.apache.org/ http://maven.apache.org/images/jakarta-logo-blue.gif diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 7ad65eb5..83b315fe 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -26,6 +26,7 @@ + Do not assert ASF copyright in checkstyle.rss. Added new summary report as front page. Moved reports under the checkstyle folder and renamed. Added maven.checkstyle.dir and move output files there.