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
This commit is contained in:
parent
1d2b85c91d
commit
8e783e28b6
@ -254,6 +254,10 @@
|
||||
<checkstyle:report-filtered severity="warning"/>
|
||||
<checkstyle:report-filtered severity="info"/>
|
||||
|
||||
<tstamp>
|
||||
<format property="currentYear" pattern="yyyy"/>
|
||||
</tstamp>
|
||||
|
||||
<!-- Generate a RSS feed of the checktyle errors -->
|
||||
<doc:jsl
|
||||
input="${maven.checkstyle.output.xml}"
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
<link>${pom.url}</link>
|
||||
<description>Checkstyle report</description>
|
||||
<language>en-us</language>
|
||||
<copyright>Copyright 2004 The Apache Software Foundation</copyright>
|
||||
<copyright>Copyright ${currentYear} ${pom.organization.name}</copyright>
|
||||
<item>
|
||||
|
||||
<j:set var="fileCount"><x:expr select="count(file)"/></j:set>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<organization>
|
||||
<name>Apache Software Foundation</name>
|
||||
<name>Apache Software Foundation - test</name>
|
||||
<url>http://www.apache.org/</url>
|
||||
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
|
||||
</organization>
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.0-SNAPSHOT" date="in SVN">
|
||||
<action dev="carlos" type="fix" issue="MPCHECKSTYLE-39">Do not assert ASF copyright in checkstyle.rss.</action>
|
||||
<action dev="carlos" type="add">Added new summary report as front page.</action>
|
||||
<action dev="carlos" type="update">Moved reports under the checkstyle folder and renamed.</action>
|
||||
<action dev="carlos" type="update">Added maven.checkstyle.dir and move output files there.</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user