> -----Original Message----- > From: Stefan Bodewig [mailto:[email protected]] > Sent: Wednesday, 27 July 2011 5:03 PM > To: [email protected] > Subject: Re: Need Help with Maven Plugin > > On 2011-07-20, Stefan Bodewig wrote: > > > The it1 test fails after I made sure the configured license family > > name is actually set in SimplePatternBasedLicense because the license > > family name of the custom license is not one of the "approved" ones > > (and the plugin says "too many unapproved licenses"). Is there any > > way to add new "approved" licenses in the plugin? > > There is nothing better than "use the source". 8-) > > I figured out how to add ILicenseFamily instances an fixed the test, I also > added some minimal documentation in the "custom license matcher" > example page and would appreciate it if Jochen or anybody else more > familiar with the plugin could verify it - should become visible at > http://ci.apache.org/projects/rat/ very soon.
Remember that ci.apache.org is great for building the site within a few minutes of your commits and is therefore a great staging/preview tool, but one should then run mvn site-deploy locally to update the main website with these new improvements. I have updated the docs on publishing our website at http://incubator.apache.org/rat/site-publish.html and I have published the site today so it should all be up to date with everyone's recent changes. HTH Gav... > > Stefan
