next stable release of surefire

2012-07-23 Thread Adrian Nistor
Hi, The Surefire roadmap indicates that all issues planned for 2.12.1 are resolved. Should we expect a release soon? Thanks, Adrian

Re: Snark on the users list

2012-07-23 Thread Barrie Treloar
On Tue, Jul 24, 2012 at 11:52 AM, Jesse Farinacci wrote: > Greetings, [del] > I guess I don't think anyone that we'd like to tell STFU and RTFM will > read any manual anyway. The people that will read the manual will be a > bit put off, I suspect, by the harsh way we treat the unseasoned. Yes, ex

Re: Snark on the users list

2012-07-23 Thread Jesse Farinacci
Greetings, On Mon, Jul 23, 2012 at 10:16 PM, Barrie Treloar wrote: > On Tue, Jul 24, 2012 at 10:37 AM, Benson Margulies > wrote: >> On Mon, Jul 23, 2012 at 8:58 PM, Jesse Farinacci wrote: >>> On Mon, Jul 23, 2012 at 8:40 PM, Benson Margulies >>> wrote: If you aren't comfortable with tool

Re: Snark on the users list

2012-07-23 Thread Chris Graham
Um, no we don't. -Chris On Tue, Jul 24, 2012 at 12:08 PM, Wayne Fay wrote: > >>> user community is not a great place to get it, since that community > >>> expects that users have this level of skill and experience. > >> > >> -1 ... this really is off putting. > > > > Oh, well, so much for that

Re: Snark on the users list

2012-07-23 Thread Barrie Treloar
On Tue, Jul 24, 2012 at 10:37 AM, Benson Margulies wrote: > On Mon, Jul 23, 2012 at 8:58 PM, Jesse Farinacci wrote: >> On Mon, Jul 23, 2012 at 8:40 PM, Benson Margulies >> wrote: >>> If you aren't comfortable with tools like this, but you need to use >>> Maven for some reason, you will need to

Re: Snark on the users list

2012-07-23 Thread Wayne Fay
>>> user community is not a great place to get it, since that community >>> expects that users have this level of skill and experience. >> >> -1 ... this really is off putting. > > Oh, well, so much for that idea. We just need someone to use the izPack or NSIS maven plugins against Maven itself, a

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 8:58 PM, Jesse Farinacci wrote: > On Mon, Jul 23, 2012 at 8:40 PM, Benson Margulies > wrote: >> If you aren't comfortable with tools like this, but you need to use >> Maven for some reason, you will need to find assistance, and the Maven >> user community is not a great p

Re: Snark on the users list

2012-07-23 Thread Jesse Farinacci
On Mon, Jul 23, 2012 at 8:40 PM, Benson Margulies wrote: > If you aren't comfortable with tools like this, but you need to use > Maven for some reason, you will need to find assistance, and the Maven > user community is not a great place to get it, since that community > expects that users have th

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 6:54 PM, Barrie Treloar wrote: > On Tue, Jul 24, 2012 at 7:49 AM, Wayne Fay wrote: >>> Rev 1364633 is a small contribution to more stuff to link to. >> >> Also on the Windows pre-reqs page, it might be nice to say something >> about antivirus software sometimes preventing

Re: How do I reply to an old message on the ml ?

2012-07-23 Thread Wayne Fay
>> If i do Users-Get.128170@m.a.o I Get a digest format that I cannot reply >> to How do I do this ?? > > I am not sure you can, or that its worth trying to figure it out. Just ask on the Maven Dev list and someone (like myself) can post a "bump" which you can reply to. But looks like Dennis a

Re: Snark on the users list

2012-07-23 Thread Barrie Treloar
On Tue, Jul 24, 2012 at 7:49 AM, Wayne Fay wrote: >> Rev 1364633 is a small contribution to more stuff to link to. > > Also on the Windows pre-reqs page, it might be nice to say something > about antivirus software sometimes preventing Java from running > properly, or Windows Firewall (and various

Re: Snark on the users list

2012-07-23 Thread Wayne Fay
> Rev 1364633 is a small contribution to more stuff to link to. Also on the Windows pre-reqs page, it might be nice to say something about antivirus software sometimes preventing Java from running properly, or Windows Firewall (and various other Firewalls) actively preventing Java.exe from reachin

Re: How do I reply to an old message on the ml ?

2012-07-23 Thread Barrie Treloar
On Tue, Jul 24, 2012 at 5:06 AM, Kristian Rosenvold wrote: > i finally got round to looking at > http://mail-archives.apache.org/mod_mbox/maven-users/201207.mbox/%3c4FACC6C66D4D47538E474B2C75294A99@OlegF23S%3e > > and it turns out to be a bug and I'd like to respond to the users list. The > proble

Re: Snark on the users list

2012-07-23 Thread Mirko Friedenhagen
Hello Benson, looking at http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/getting-started/maven-in-five-minutes.apt?r1=1243212&r2=1364633&pathrev=1364633&diff_format=h Maybe you could point out that Maven users (or developers in general :-)) are better off installing the JDK. R

New plugin archetype (was: New annotation system)

2012-07-23 Thread Jesse Glick
On a related note, I think we need a new archetype for plugins; the existing maven-archetype-mojo 1.0 is out of date and not ready for annotations. Specifically needed: 1. Need a dep on maven-plugin-annotations. 2. Need to specify skipErrorNoDescriptorsFound. 3. Have to explicitly call descript

Re: Surefire 2.12.1

2012-07-23 Thread Dennis Lundberg
Hi I can confirm identical IT failures on Windows 7 and Linux in maven-failsafe-plugin. I'm using Java 5 and Maven 3.0.4. Here are my results: [INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-failsafe-plugin --- [INFO] Building: jetty-war-test-failing\pom.xml [INFO] ..FAILED (1

Re: Can't deploy the site?

2012-07-23 Thread Dennis Lundberg
Hi I just tried using 'mvn clean site-deploy' and it worked fine. I'm running it on Windows 7. On 2012-07-23 16:04, Benson Margulies wrote: > running mvn site-deploy with 3.0.4 on the site hierarchy ... > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.1:jar (jar)

Re: Surefire 2.12.1

2012-07-23 Thread Kristian Rosenvold
Ok; i'll figure out what's wrong, thanks for trying :) Kristiab Den 23. juli 2012 kl. 18:13 skrev Benson Margulies : > I can't get through prepare either on Linux or MacOSX. > > On Mon, Jul 23, 2012 at 12:10 PM, Kristian Rosenvold > wrote: >> I may have seen this happen; re-running release:perf

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
I can't get through prepare either on Linux or MacOSX. On Mon, Jul 23, 2012 at 12:10 PM, Kristian Rosenvold wrote: > I may have seen this happen; re-running release:perform does the trick. > > K > > Den 23. juli 2012 kl. 17:33 skrev Benson Margulies : > >> Unfortunately, lots of the integration t

Re: Surefire 2.12.1

2012-07-23 Thread Kristian Rosenvold
I may have seen this happen; re-running release:perform does the trick. K Den 23. juli 2012 kl. 17:33 skrev Benson Margulies : > Unfortunately, lots of the integration tests failed on my mac when I > ran release:perform. I'll try again with a Linux VM. > > On Sun, Jul 22, 2012 at 2:34 PM, Kristi

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
Unfortunately, lots of the integration tests failed on my mac when I ran release:perform. I'll try again with a Linux VM. On Sun, Jul 22, 2012 at 2:34 PM, Kristian Rosenvold wrote: > I'm ready to press "release" on this one as of r1364394, and jira is > all set to go. Unfortunately I left all my

Can't deploy the site?

2012-07-23 Thread Benson Margulies
running mvn site-deploy with 3.0.4 on the site hierarchy ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.1:jar (jar) on project maven-site: Error while creating archive. A zip file cannot include itself -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the

Re: Snark on the users list

2012-07-23 Thread Jesse Farinacci
On Mon, Jul 23, 2012 at 9:56 AM, Benson Margulies wrote: > Rev 1364633 is a small contribution to more stuff to link to. Nice job, Benson. -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. -

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
Rev 1364633 is a small contribution to more stuff to link to. On Sun, Jul 22, 2012 at 8:41 AM, Benson Margulies wrote: > Look, I know that we get lots of very provocatively clueless queries > on the user list. > > However, I don't think that it's a good idea to be as acerbic as some > of us have

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
I can do it On Jul 23, 2012, at 4:35 AM, Olivier Lamy wrote: > Hi > Same here. Cannot help before sunday. > > -- > Olivier > Le 22 juil. 2012 20:35, "Kristian Rosenvold" > a écrit : > >> I'm ready to press "release" on this one as of r1364394, and jira is >> all set to go. Unfortunately I left

Maven cucumber plugin - was Maven Enforcer Plugin DependencyConvergence

2012-07-23 Thread Mark Derricutt
On 16/07/12 4:10 PM, Rex Hoffman wrote: Losing most of my time to cucumber-jvm maven plugins (most of today), and to the project in general... Don't think maven land (proper) will see much love until I nail down multithreaded browser based tests and push it in to the project. Side tangent - is

Re: Surefire 2.12.1

2012-07-23 Thread Olivier Lamy
Hi Same here. Cannot help before sunday. -- Olivier Le 22 juil. 2012 20:35, "Kristian Rosenvold" a écrit : > I'm ready to press "release" on this one as of r1364394, and jira is > all set to go. Unfortunately I left all my gpg keys at home (i'm on > vacation), so unless someone else wants to pus