Hi All, Due to the site having not been updated for a while, I missed the fact that we added a RAT check back in May -- until that is the Buildbot version and the Maven version started fighting for position on the website -- both versions produce a file called rat-report.html so were overwriting each other.
I think we should keep the plugin version in our pom.xml. The buildbot version is still good to report on and I intend to also use its results in a buildbot global project RAT summary sometime so I'll keep it. But I will rename the Buildbot version to rat-output.html instead, so it doesn't interfere with any projects using the Maven version. Sorry for the confusion. I've also tweaked the pom a bit to update it. Gav... > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Monday, 18 May 2009 8:27 PM > To: [email protected] > Subject: svn commit: r775887 - /incubator/log4php/trunk/pom.xml > > Author: grobmeier > Date: Mon May 18 10:26:37 2009 > New Revision: 775887 > > URL: http://svn.apache.org/viewvc?rev=775887&view=rev > Log: > added rat plugin for checking header files and such > > Modified: > incubator/log4php/trunk/pom.xml > > Modified: incubator/log4php/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=775887&r1 > =775886&r2=775887&view=diff > ========================================================================== > ==== > --- incubator/log4php/trunk/pom.xml (original) > +++ incubator/log4php/trunk/pom.xml Mon May 18 10:26:37 2009 > @@ -228,7 +228,11 @@ > <configuration> > > <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate> > </configuration> > - </plugin> > + </plugin> > + <plugin> > + <groupId>org.apache.rat</groupId> > + <artifactId>apache-rat-plugin</artifactId> > + </plugin> > </plugins> > </reporting> > <distributionManagement> > > > Checked by AVG - www.avg.com > Version: 8.5.387 / Virus Database: 270.13.14/2238 - Release Date: 07/16/09 > 18:00:00
