Re: [VOTE] Maven Pmd Plugin 3.0 (take 2)

2013-02-14 Thread Mirko Friedenhagen
Aah, and I was already wondering wether down-under 72h meant something different :-). Regards Mirko -- Sent from my mobile On Feb 15, 2013 12:40 AM, "Olivier Lamy" wrote: > ping. one binding +1 is still missing. > Thanks > > 2013/2/11 Olivier Lamy : > > +1 > > > > 2013/2/7 Olivier Lamy : > >> H

Re: [VOTE] Maven Pmd Plugin 3.0 (take 2)

2013-02-14 Thread Olivier Lamy
ping. one binding +1 is still missing. Thanks 2013/2/11 Olivier Lamy : > +1 > > 2013/2/7 Olivier Lamy : >> Hi, >> I'd like to release Maven Pmd Plugin 3.0. >> Note this version is based on PMD 5.0.2 (reason for the version bump). >> We fixed 18 issues: >> https://jira.codehaus.org/secure/IssueNavi

Re: Update release plugin to allow more fine-grained releases

2013-02-14 Thread Chris Graham
If I understand what you've written correctly, you wish to build/release only parts of your project. If that is the case, then I a'd advise you to split the projects to in two separate ones, each with their own trunk etc. That way when you check out from a tag, you'll be building everything corre

maven-surefire pull request: [SUREFIRE-946] prevent hanging main process if...

2013-02-14 Thread agudian
Github user agudian closed the pull request at: https://github.com/apache/maven-surefire/pull/20 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: [SUREFIRE-956] make forkNumber unique among co...

2013-02-14 Thread agudian
Github user agudian closed the pull request at: https://github.com/apache/maven-surefire/pull/22 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: [SUREFIRE-949] add forkCount parameter

2013-02-14 Thread agudian
Github user agudian closed the pull request at: https://github.com/apache/maven-surefire/pull/21 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

AW: Update release plugin to allow more fine-grained releases

2013-02-14 Thread christofer.d...@c-ware.de
But thanks for that hint to check 2.3.2 ... I'll have a look at that this weekend :-) Von: Robert Scholte [rfscho...@apache.org] Gesendet: Donnerstag, 14. Februar 2013 11:59 An: Maven Developers List Betreff: Re: Update release plugin to allow more fine-gr

AW: Update release plugin to allow more fine-grained releases

2013-02-14 Thread christofer.d...@c-ware.de
Well if the plugin would work in the way that I could limit the reactor and pass in concrete versions this problem wouldn't exist. Yes, if I checkout the tag, I would have some Artifacts in SNAPSHOT versions referencing SNAPSHOT versions and I would have some with release versions referencing r

Re: Update release plugin to allow more fine-grained releases

2013-02-14 Thread Robert Scholte
Be aware that you can't determine with which arguments the deploy was done. So if you check out the sources from tag, how should you re-install these projects? It should be as simple as 'mvn install'. This means that the projects you don't want to release should keep their -SNAPSHOT version.