From 8e783e28b6b60eaa64087be683862e8956f81e91 Mon Sep 17 00:00:00 2001 From: carlos Date: Tue, 4 Oct 2005 06:02:35 +0000 Subject: [PATCH] Do not assert ASF copyright in checkstyle.rss. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293545 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 4 ++++ checkstyle/src/plugin-resources/checkstyle2rss.jsl | 2 +- checkstyle/src/plugin-test/project.xml | 2 +- checkstyle/xdocs/changes.xml | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) 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.