Re: Two cleanup patches for maven-eclipse-plugin (MECLIPSE-697, MECLIPSE-758)

2015-04-09 Thread Andreas Gudian
Great, Thanks! I'll do the 2.10 release in a not too distant future. Am Donnerstag, 9. April 2015 schrieb Joseph Walton : I've taken a look at two cleanup tasks for maven-eclipse-plugin. One is a clearout of long-deprecated classes: https://issues.apache.org/jira/browse/MECLIPSE-697

Preparing Release with new location components

2015-04-09 Thread Karl Heinz Marbaise
Hi, i have encountered a problem during the staging a release for mavenjavadoc plugin in particular with version 2.10.3 which only is considered for the site which failed to publish via publish-scm... So i think we have to reconsider this in relationship to publich-scm etc... Somoeone else

Re: svn commit: r1672232 - /maven/pom/trunk/maven/pom.xml

2015-04-09 Thread Karl Heinz Marbaise
Hi Chris, welcome on board... Kind regards Karl Heinz Marbaise On 4/9/15 7:19 AM, Olivier Lamy wrote: Welcome Chris! (in local version: Welcome mate!) On 9 April 2015 at 12:28, chrisgw...@apache.org wrote: Author: chrisgwarp Date: Thu Apr 9 02:28:56 2015 New Revision: 1672232 URL:

mvnDebug with problems

2015-04-09 Thread Francisco Collao Gárate
Hi, Based in this discussion over the Karl-Heinz Marbaise, someone had the opportunity to review if there is or not a bug with mvnDebug (version 3.3.1). http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/#comment-1947464703 If you need more information about this, I would

Re: svn commit: r1672232 - /maven/pom/trunk/maven/pom.xml

2015-04-09 Thread Stephen Connolly
Welcome on board Chris... Though this doesean that the committer school has graduated all participants ;-) On Thursday, April 9, 2015, chrisgw...@apache.org wrote: Author: chrisgwarp Date: Thu Apr 9 02:28:56 2015 New Revision: 1672232 URL: http://svn.apache.org/r1672232 Log: Changed:

Two cleanup patches for maven-eclipse-plugin (MECLIPSE-697, MECLIPSE-758)

2015-04-09 Thread Joseph Walton
I've taken a look at two cleanup tasks for maven-eclipse-plugin. One is a clearout of long-deprecated classes: https://issues.apache.org/jira/browse/MECLIPSE-697 and the other is updating the mojos to use annotations: https://issues.apache.org/jira/browse/MECLIPSE-758 Both have

Re: Still missing all jira permissions ?

2015-04-09 Thread Tibor Digana
Yes, too late, you did not take your laptop with you to kick the right person Cheers Tibor -- View this message in context: http://maven.40175.n5.nabble.com/Still-missing-all-jira-permissions-tp5832029p5832106.html Sent from the Maven Developers mailing list archive at Nabble.com.

Re: svn commit: r1672232 - /maven/pom/trunk/maven/pom.xml

2015-04-09 Thread Chris Graham
On Thu, Apr 9, 2015 at 5:06 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Welcome on board Chris... Thanks (to all)! Though this doesean that the committer school has graduated all participants ;-) Muahahahahaha! :) I'll be good. I just really want to work on the bits

Still missing all jira permissions ?

2015-04-09 Thread Kristian Rosenvold
Did I miss something while I was cruising in the caribbean islands ? K - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Apache Maven DOCCK Version 1.1 Released

2015-04-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven DOCCK, version 1.1 This plugin checks that a project complies with the Plugin Documentation Standard. http://maven.apache.org/plugins/maven-docck-plugin Please be aware of the new location of our issue tracker which

Wrong info in Maven: The Complete Reference, chapter 3.6.1

2015-04-09 Thread Alexander Kriegisch
Hi users and devs. Am I too stupid to get it working or is the description in chapter 3.6.1, Grouping Dependencies (http://books.sonatype.com/mvnref-book/reference/pom-relationships-sect-pom-best-practice.html) actually wrong? What is described there does not work at all in Maven 3.x. Did it

RE: Wrong info in Maven: The Complete Reference, chapter 3.6.1

2015-04-09 Thread Robert Patrick
Yes, this works. You can create a POM like the one shown in Section 3.6.1 *and* install it into your repo. Then, you can declare a dependency on it like so: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Maven 3.3.2 release

2015-04-09 Thread Jason van Zyl
Hi, Just a heads up that I'm going to try and cut a release for 3.3.2 to fix the issue of core extensions not working with authenticated repos, and I'm going look at the issue with Wagon/HttpClient sending duplicate headers which is messing up Nexus staging for some folks with more complex

RE: mvnDebug with problems

2015-04-09 Thread Robert Patrick
I sent an email this weekend pointing out the difference in behavior of mvnDebug between Windows and Linux/Unix. Whether you consider it a bug or not, there is no doubt that the behavior is different. If you wanted to reconcile the differences, I would do something like this: index