On 11 August 2014 13:03, Dennis Lundberg <[email protected]> wrote: > Hi, > > Sorry I forgot to add this URL to the VOTE mail: > http://maven.apache.org/guides/development/guide-testing-releases.html
The profile entry could use a property to define the <url> In the case of Nexus, we know most of the URL already, so the URL could be defined using 2 properties: rat.rc.nexus.id=1000 rat.rc.url=https://repository.apache.org/content/repositories/orgapachecreadur-${rat.nexus.id} One can then easily define part or all of the URL. [Prop Names could of course be changed] > > On Sun, Aug 10, 2014 at 9:25 PM, sebb <[email protected]> wrote: >> I should state that I installed 0.11 locally from the tag. >> >> My Maven foo is a bit rusty; I'm not sure how to define the staging >> repo so I can use the plugin directly from the RC build area >> >> Earlier experimentation appeared to show that getProject() was returning >> null. >> >> On 10 August 2014 20:22, sebb <[email protected]> wrote: >>> -1 >>> I'm seeing an NPE when running "mvn apache-rat: rat >>> -Dcommons.rat.version=0.11" against commons-csv and commons-compress. >>> >>> Other times I have seen messages such as >>> >>> Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property >>> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is >>> not recognized. >>> >>> >>> >>> On 8 August 2014 13:31, Dennis Lundberg <[email protected]> wrote: >>>> Hi, >>>> >>>> We solved 14 issues: >>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324979&projectId=12310750 >>>> >>>> Staging repo: >>>> https://repository.apache.org/content/repositories/orgapachecreadur-1000 >>>> https://repository.apache.org/content/repositories/orgapachecreadur-1000/org/apache/rat/apache-rat/0.11/apache-rat-0.11-src.zip >>>> >>>> Source release checksum: >>>> apache-rat-0.11-src.zip sha1: c90def02faa7161ad8c61e7ddf00ff3641fbddca >>>> >>>> Staging site: >>>> http://creadur.staging.apache.org/rat/ >>>> >>>> Note: the downloads page is non-functional for 2 reasons: the version >>>> numbers have not yet been updated; the new release is not yet at the >>>> dist location. I will take care of these if the vote passes. >>>> >>>> Tag: >>>> http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.11/ >>>> >>>> Everyone is encouraged to vote, express their opinions and jump in if >>>> they find anything wrong with the release. Only PMC votes are binding >>>> on Apache, and for this candidate to become an official Apache >>>> Software Foundation release 3 +1's are required and more +1's than >>>> -1's. >>>> >>>> This vote is open for at least 72 hours, >>>> >>>> [ ] +1 >>>> [ ] +0 >>>> [ ] -1 >>>> >>>> -- >>>> Dennis Lundberg > > > > -- > Dennis Lundberg
