Re: Contributing to Maven

2014-12-22 Thread Manfred Moser
http://javaadventure.blogspot.ca/2012/07/do-you-want-to-become-maven-committer.html Raghavendra Vaidya wrote on 22.12.2014 17:45: > I have downloaded, built and setup maven code on intellij I am able to > debug the maven build on the IDE. > > I want to start contributing to the project by f

ProjectDependenciesResolver

2014-12-22 Thread Benson Margulies
There was a recent conversation about changing failsafe, I think, to use the jar form of reactor dependencies when built rather than the 'classes' directory. Can this be done with ProjectDependenciesResolver, or is it always going to use the unpacked location for things in the reactor? --

Contributing to Maven

2014-12-22 Thread Raghavendra Vaidya
I have downloaded, built and setup maven code on intellij I am able to debug the maven build on the IDE. I want to start contributing to the project by fixing bugs. Could some one point me to resources / documentation on the Maven code design - how the java components are put together .

[GitHub] maven-wagon pull request: Implemented mkdirs method to use the web...

2014-12-22 Thread nigelsim
GitHub user nigelsim opened a pull request: https://github.com/apache/maven-wagon/pull/18 Implemented mkdirs method to use the webdav MKCOL HTTP verb to create directories This implements the mkdirs method so that the HTTP Wagon can function as a replacement for the Jackrabbit WebD

Re: Why is distributionManagement inside the pom?

2014-12-22 Thread Stephen Connolly
mvn release:prepare release:perform -DpushChanges=false -DlocalCheckout=true Will do what you want if working on a GIT repo On Monday, 22 December 2014, Benson Margulies wrote: > What I always do is create a fork repo to maintain my fix and to > release from. So Stephen's idea isn't ideal for m

[GitHub] maven pull request: [MNG-4921] Add a qualityManagement element to ...

2014-12-22 Thread xaviou
GitHub user xaviou reopened a pull request: https://github.com/apache/maven/pull/33 [MNG-4921] Add a qualityManagement element to the Project Object Model Cf. https://jira.codehaus.org/browse/MPIR-149 Need first this new qualityManagement element into the Project Object Model

[GitHub] maven pull request: [MPIR-149] Add a qualityManagement element to ...

2014-12-22 Thread xaviou
Github user xaviou closed the pull request at: https://github.com/apache/maven/pull/33 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[GitHub] maven pull request: [MPIR-149] Add a qualityManagement element to ...

2014-12-22 Thread xaviou
Github user xaviou commented on the pull request: https://github.com/apache/maven/pull/33#issuecomment-67855737 Hi Michael, so I've renamed the PR to [MNG-4921] (https://jira.codehaus.org/browse/MNG-4921). Could you reopen [MNG-4921] (https://jira.codehaus.org/browse/MNG-4921) and

Re: Why is distributionManagement inside the pom?

2014-12-22 Thread Benson Margulies
What I always do is create a fork repo to maintain my fix and to release from. So Stephen's idea isn't ideal for me; I'd rather do pom surgery to change scm so I can use the release plugin. On Mon, Dec 22, 2014 at 9:34 AM, jieryn wrote: > On Sun, Dec 21, 2014 at 7:59 PM, Stephen Connolly > wrot

[GitHub] maven pull request: [MPIR-149] Add a qualityManagement element to ...

2014-12-22 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/33#issuecomment-67843628 Please my comments in the tickets. This all better off in MNG rather than MPIR. --- If your project is set up for it, you can reply to this email and have your reply app

Re: Why is distributionManagement inside the pom?

2014-12-22 Thread jieryn
On Sun, Dec 21, 2014 at 7:59 PM, Stephen Connolly wrote: > > mvn versions:set -DnewVersion=1.1-mycompany-01 && mvn clean javadoc:jar > source:jar deploy -DaltDeploymentUrl=my-Id::default::my-url && mvn > versions:revert > > Ok so it's a long command line, but really not that much work at the end o

[GitHub] maven pull request: [MPIR-149] Add a qualityManagement element to ...

2014-12-22 Thread xaviou
GitHub user xaviou opened a pull request: https://github.com/apache/maven/pull/33 [MPIR-149] Add a qualityManagement element to the Project Object Model Cf. https://jira.codehaus.org/browse/MPIR-149 Need first this new qualityManagement element into the Project Object Model T