Re: How to list only Reactor build order

2011-11-22 Thread Jörg Schaible
Hi Babji, yerra babji wrote: > Hi, > > I want to list only reactor build order. Is there ant mvn reactor option > or anyother way to list only reactor build order? No, but you can tell maven to execute only the first step in the life-cycle: mvn validate Cheers, Jörg ---

Re: maven 3, deploy:deploy-file and dav:http

2011-11-22 Thread wujek
Hi all, I am struggling with the issue again (we previously fixed it using the file:/ protocol, which we can't use any more, and I got webdav to work, but we can't use it now as well...). I am trying the example maven recipe by Jason van Zyl (using $maven_home/lib/ext) and it seems to work only fo

Re: Maven surefire 2.11 release date

2011-11-22 Thread Kristian Rosenvold
I have one other major piece of new (exciting!) functionality I'm adding, then just a quick bug scrub and off we go. It will be released "soon". Kristian Den 21.11.2011 21:50, skrev Stephen Connolly: i cannot recall if kristian is aiming fir an 8 or 12 week average cycle... but it is likely

Re: Maven surefire 2.11 release date

2011-11-22 Thread Kristian Rosenvold
Den 22.11.2011 09:36, skrev Stephen Connolly (in private message): Does that major new piece include the per-method threading you promised you'd deliver for 2.10 in return for me consolidating the site generation? :-P I said I'd do it, but not for which version ;) No. There are some pain poin

Re: Maven surefire 2.11 release date

2011-11-22 Thread Stephen Connolly
On 22 November 2011 08:51, Kristian Rosenvold wrote: > > Den 22.11.2011 09:36, skrev Stephen Connolly (in private message): >> >> Does that major new piece include the per-method threading you >> promised you'd deliver for 2.10 in return for me consolidating the >> site generation? :-P > > I said

Re: How to include the *-sources.jar in a binary distribution?

2011-11-22 Thread Paolo Castagna
Hi Barrie Barrie Treloar wrote: > On Tue, Nov 22, 2011 at 6:35 AM, Paolo Castagna > wrote: >> Hi, >> I'd like to include the *-sources.jar in a lib-src/ directory in my >> binary distribution (done via assembly) [1]. >> The reason why I'd like to include the *-sources.jar in the binary >> distri

How do I configure only certain tests to run during my integration-test phase?

2011-11-22 Thread laredotornado-3
Hi, I'm using Maven 3.0.3. Is it possible to exclude some tests to be run during the regular test phase and instead have those tests run during the integration-test phase? I have the below surefire configuration in my pom.xml ... maven-su

Re: How do I configure only certain tests to run during my integration-test phase?

2011-11-22 Thread Stephen Connolly
i suggest your life will be easier if you use failure to run the integration tests... easier still if all your integration tests end with IT instead of Test - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of usin

Re: How do I configure only certain tests to run during my integration-test phase?

2011-11-22 Thread Stephen Connolly
damn you autocorrect use failsafe not failure! what an epic #fail - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 22 Nov 2011 18:58, "Stephen Connolly" wrote: > i sugg

Re: How to include the *-sources.jar in a binary distribution?

2011-11-22 Thread Barrie Treloar
On Wed, Nov 23, 2011 at 3:49 AM, Paolo Castagna wrote: There are 5 dimensions to this field groupId, artifactId, type, version, classifier You have > org.apache.jena:jena-*:*:*:sources 1) org.apache.jena:jena-*: 2) *: 3) *: 4) sources Here sources would be = type > 1) org.apache.jena:jena-*

Re: How to include the *-sources.jar in a binary distribution?

2011-11-22 Thread Paolo Castagna
Barrie Treloar wrote: > On Wed, Nov 23, 2011 at 3:49 AM, Paolo Castagna > wrote: > > There are 5 dimensions to this field > groupId, artifactId, type, version, classifier > > You have >> org.apache.jena:jena-*:*:*:sources > 1) org.apache.jena:jena-*: > 2) *: > 3) *: > 4) sources 1) org.apach

Re: How to include the *-sources.jar in a binary distribution?

2011-11-22 Thread Barrie Treloar
On Wed, Nov 23, 2011 at 7:16 AM, Paolo Castagna wrote: > > > Barrie Treloar wrote: >> On Wed, Nov 23, 2011 at 3:49 AM, Paolo Castagna >> wrote: >> >> There are 5 dimensions to this field >> groupId, artifactId, type, version, classifier >> >> You have >>>  org.apache.jena:jena-*:*:*:sources >> 1)