apache/maven-3 at Github

2012-12-03 Thread Anders Hammar
This git repo at Github mirrors the old Git repo. Is it possible to change that to the new git repo, or should it be removed all together? /Anders

Re: [VOTE] Maven 3.1.0

2012-12-03 Thread Anders Hammar
Is the site updated? It says it was published Nov 15 and some info doesn't seem to be up-to-date (m-war-p says v2.3 for default lifecycle bindings). /Anders On Tue, Dec 4, 2012 at 5:10 AM, Jason van Zyl wrote: > Hi, > > Here is a link to Jira with 42 issues resolved: > > https://jira.codehaus.

[VOTE] Maven 3.1.0

2012-12-03 Thread Jason van Zyl
Hi, Here is a link to Jira with 42 issues resolved: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=18967 Staging repo: https://repository.apache.org/content/repositories/maven-110/ The distributable binaries and sources for testing can be found here: https://repository

[ANN] Maven Enforcer Plugin 1.2 Released

2012-12-03 Thread Paul Gier
The Maven team is pleased to announce the release of the Maven Enforcer Plugin, version 1.2 The enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules and user created rules. http://maven.ap

Color logging and the 3.1 release

2012-12-03 Thread Mihai Nita
Hello all, Sorry, I am a total outsider, and I am not quite sure it is polite to stumble like this in your discussion. But I have seen that the topic of colored output is pretty hot, mentioned quite a bit in the last few days, and (maybe) delaying the release. So I come with my 2 cents, maybe I c

Re: Color logging and the 3.1 release

2012-12-03 Thread Mihai Nita
Sorry, two more things: 1. I am not a member of the dev@maven.apache.org list, so if you answer I will not see the thread until it makes it in the public archive And it might also mean that it's possible that my email address gets public in the list, or that you don't get these emails at all :-)

[RESULT] [VOTE] Release Maven Enforcer version 1.2

2012-12-03 Thread Paul Gier
Hi, The vote has passed with the following result : +1 (binding): Paul Gier, Stephen Connolly, Olivier Lamy, Hervé Boutemy, Robert Scholte +1 (non binding): Tony Chemit, Mirko Friedenhagen I will promote the artifacts to the central repo. On 11/28/2012 06:26 PM, Paul Gier wrote: > Hi, > > We so

Re: [VOTE] Maven 3.1.0

2012-12-03 Thread Jesse Glick
On 11/28/2012 11:04 AM, Arnaud Héritier wrote: there are only few bug fixes For the affected users, MNG-5312 [1] is pretty serious. [1] https://jira.codehaus.org/browse/MNG-5312 - To unsubscribe, e-mail: dev-unsubscr...@mave

Spinning 3.1.0

2012-12-03 Thread Jason van Zyl
Ran into some issues yesterday, I'll spin it tonight when I get home. Thanks, Jason -- Jason van Zyl Founder & CTO, Sonatype Founder, Apache Maven http://twitter.com/jvanzyl - believ

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Marc Pasteur
works fine but as someone (don't remember who... arnaud maybe) said the color for info message is black so... not so readable on a black background :-) for "la vie en rose" i've to made a patch as only MAGENTA is allowed at the moment but that could be cute :-) it works neither in intellij nor in

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Arnaud Héritier
I had the feedback (not tested myself) that the log4j2 (I suppose it is the same for the logback) adds colors in netbeans console. Arnaud On Mon, Dec 3, 2012 at 2:47 PM, Olivier Lamy wrote: > 2012/12/3 Marc Pasteur : > > hi, > > > > > > For the record according to log4j2 docs [1] you need some

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Arnaud Héritier
yes it is the same thing for logback version For sure we'll provided it by default the day we'll provide this feature. On Mon, Dec 3, 2012 at 2:05 PM, Marc Pasteur wrote: > hi, > > > For the record according to log4j2 docs [1] you need some additional > library to make this works on Windows. >

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Gary Gregory
On Mon, Dec 3, 2012 at 8:47 AM, Olivier Lamy wrote: > 2012/12/3 Marc Pasteur : > > hi, > > > > > > For the record according to log4j2 docs [1] you need some additional > > library to make this works on Windows. > > So if you don't want to display some ←[37m[ stuffs in the console > jansi.jar > >

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Olivier Lamy
2012/12/3 Marc Pasteur : > hi, > > > For the record according to log4j2 docs [1] you need some additional > library to make this works on Windows. > So if you don't want to display some ←[37m[ stuffs in the console jansi.jar > mut be put on maven/lib/ext folder > > Can it be "by default" ? for sur

Re: Colorized console and logging implementation choice was Re: Re-spinning 3.1.0

2012-12-03 Thread Marc Pasteur
hi, For the record according to log4j2 docs [1] you need some additional library to make this works on Windows. So if you don't want to display some ←[37m[ stuffs in the console jansi.jar mut be put on maven/lib/ext folder Can it be "by default" ? [1] http://logging.apache.org/log4j/2.x/manual