GitHub mirroring confusion: maven-3 vs. maven

2013-03-01 Thread Jesse Glick
https://github.com/apache/maven-3 does not seem to contain recent changes, such as 3.0.5. https://github.com/apache/maven does seem to be properly mirrored, so maybe someone can delete or deprecate the old mirror? - To

Re: [ANN] Apache Maven 3.0.5 released

2013-03-01 Thread Jesse Glick
FYI, I have found what is for me at least a critical regression in 3.0.5 relating to HTTPS deployment: https://jira.codehaus.org/browse/MNG-5443 (Sorry for not testing during voting period.) - To unsubscribe, e-mail:

Re: Build failed in Jenkins: maven-plugins-ITs-m3-windows #187

2013-03-01 Thread Robert Scholte
Is it possible to add a javadoc label to the Windows-systems which do have javadoc installed properly and add a restriction to this job to be sure it is executed on the right slave? Robert Op Fri, 01 Mar 2013 18:14:03 +0100 schreef Apache Jenkins Server jenk...@builds.apache.org: See

[VOTE] Release Maven Changes Plugin version 2.9

2013-03-01 Thread Benson Margulies
Hi, We solved some issues: ** Bug * [MCHANGES-276] - TracDownloader does not set issue key to ticket id * [MCHANGES-293] - XML Parser error backtraces from, presumably, malformed JIRA responses * [MCHANGES-299] - ClassNotFoundException when running jira-report using Maven 2.2.1 *

Re: GitHub mirroring confusion: maven-3 vs. maven

2013-03-01 Thread Olivier Lamy
infra jira created: https://issues.apache.org/jira/browse/INFRA-5921 2013/3/1 Jesse Glick jgl...@cloudbees.com: https://github.com/apache/maven-3 does not seem to contain recent changes, such as 3.0.5. https://github.com/apache/maven does seem to be properly mirrored, so maybe someone can

Re: CMS versus plugin docs and releases

2013-03-01 Thread Olivier Lamy
upgrade to last maven-plugins parent 24 and that will work. 2013/3/2 Benson Margulies bimargul...@gmail.com: I was trying to follow our usual instructions at http://maven.apache.org/developers/release/maven-plugin-release.html and not too surprisingly, the site doc failed to push, because of

Re: CMS versus plugin docs and releases

2013-03-01 Thread Benson Margulies
On Fri, Mar 1, 2013 at 3:08 PM, Olivier Lamy ol...@apache.org wrote: upgrade to last maven-plugins parent 24 and that will work. Does anyone object if I do that manually in the checkout to publish the site, rather than respin? 2013/3/2 Benson Margulies bimargul...@gmail.com: I was trying to

Re: CMS versus plugin docs and releases

2013-03-01 Thread Hervé BOUTEMY
no objection: it's even better to do this manually, since the generated content will better match what's in the released component build Then we should upgrade every plugin parent pom to avoid such issue for next plugins releases Regards, Hervé Le vendredi 1 mars 2013 15:11:54 Benson