Re: [VOTE] Release Apache Maven PMD Plugin version 3.3 take 2

2014-11-21 Thread Hervé BOUTEMY
+1 Regards, Hervé Le vendredi 14 novembre 2014 22:16:30 Mirko Friedenhagen a écrit : > Hi, > > We solve 3 issues: > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140&version=20 > 557 > > Bug > > * [MPMD-192] Regression MPMD-89 is showing up with Maven 2.2.1 again > for maven-p

Re: New logo?

2014-11-21 Thread Chris Graham
Chiming in late here. Where does "Couché-tard" come from and what does it mean? How is it relevant? I read one of Stephen's earlier posts where the colourisation V was questions. Stephen's response was the wrong one: Would you prefer the A? My response is: why colourise or stress any of them? I do

[GitHub] maven pull request: removed possible NullPointerException

2014-11-21 Thread martinschaef
Github user martinschaef closed the pull request at: https://github.com/apache/maven/pull/30 --- 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

Re: [VOTE] Release Apache Maven PMD Plugin version 3.3 take 2

2014-11-21 Thread Kristian Rosenvold
+1 2014-11-14 21:16 GMT+00:00 Mirko Friedenhagen : > Hi, > > We solve 3 issues: > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140&version=20557 > > Bug > > * [MPMD-192] Regression MPMD-89 is showing up with Maven 2.2.1 again > for maven-pmd-plugin-3.3 > > > Improvement > > * [MPM

[RESULT][VOTE] Release Apache Maven Assembly Plugin version 2.5.2, take 2

2014-11-21 Thread Kristian Rosenvold
Hi, The vote has passed with the following result: +1 (binding): Karl Heinz Marbaise, Stephen "Shotgun" Connolly, Kristian "BFG 9000" Rosenvold I will promote the artifacts to the central repo and futz with the docs. Kristian 2014-11-21 19:48 GMT+00:00 Stephen Connolly : > +1 > > Stephen-Shutg

Re: [VOTE] Release Apache Maven PMD Plugin version 3.3 take 2

2014-11-21 Thread Karl Heinz Marbaise
Hi, no one able to VOTE ? On 11/18/14 10:20 PM, Mirko Friedenhagen wrote: Hello there, I need 2 more binding votes :-) Regards Mirko Kind regards karl Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr...@maven.apache

Re: [VOTE] Release Apache Maven Assembly Plugin version 2.5.2, take 2

2014-11-21 Thread Stephen Connolly
+1 Stephen-Shutgun-o On Friday, November 21, 2014, Kristian Rosenvold < kristian.rosenv...@zenior.no> wrote: > +1, need one more binding vote. > > Kristian-shotgun-r > 18. Nov. 2014 16:01 skrev "Kristian Rosenvold" < > kristian.rosenv...@gmail.com > > følgende: > > > Hi, > > > > We solved 21 iss

Re: Plugin and Maven Metrics

2014-11-21 Thread Aldrin Leal
Seems like Metrics - which is good. But I wonder if any of you guys ever had this need from a plugin development standpoint, and how you addressed it -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Fri, Nov 21, 2

Re: Plugin and Maven Metrics

2014-11-21 Thread Romain Manni-Bucau
Hi Can't it use Sirona? - not sure i fully got what you want to do but since it is Apache as well... Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-21 17:43 GMT+01:00 Aldrin Leal : > Just wondering if you guys ar

Plugin and Maven Metrics

2014-11-21 Thread Aldrin Leal
Just wondering if you guys are using anything particular to collect runtime metrics and usage, specially for Plugin Statistics (not download statistics - I've got a particular case where I can't say what are some key metrics for some of my stuff) I know there's metrics, but I wonder if there's som

Re: [VOTE] Release Apache Maven Assembly Plugin version 2.5.2, take 2

2014-11-21 Thread Kristian Rosenvold
+1, need one more binding vote. Kristian-shotgun-r 18. Nov. 2014 16:01 skrev "Kristian Rosenvold" følgende: > Hi, > > We solved 21 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20750&styleName=&projectId=11126 > > This puts the 2.5.X range at an accumulated 73 bug fixes; t

Re: New logo?

2014-11-21 Thread Stephen Connolly
I was quite proud of my teepees, but there was a lot of concern that the imagery was too native american and that the ASF should try not to lean on native american imagery for its projects... I hope to be able to use them for a personal project someday! On 21 November 2014 13:43, tibor17 wrote:

Re: New logo?

2014-11-21 Thread tibor17
The background picture can be something what represents Maven project. The sitting person with a computer might be changed to something like this (as a vision): http://www.posterus.sk/burza_prace.png I can see a flow of phases in life cycle, unique structures and "project" or POM. Some kind of thes

Re: New logo?

2014-11-21 Thread tibor17
This looks really funny, not bad :) http://people.apache.org/~stephenc/maven-logo-contest/maven-21-in-context.png What I like the way how you created the title from pictures. It's a bit crazy picture but still better than a pure picture standing in front of the title. - BR, tibor17 -- View t

[GitHub] maven-scm pull request: [SCM-786] Add dependency missing on junit ...

2014-11-21 Thread mizdebsk
GitHub user mizdebsk opened a pull request: https://github.com/apache/maven-scm/pull/25 [SCM-786] Add dependency missing on junit to maven-scm-test `maven-scm-test` uses JUnit, but doesn't declare it as dependency. This works because JUnit is a transitive dependency pulled in by Ple