Re: How to skip tests during release:prepare?

2011-12-05 Thread cemartins
easy - here's the command: *mvn -Darguments=-DskipTests=true release:prepare* -- View this message in context: http://maven.40175.n5.nabble.com/How-to-skip-tests-during-release-prepare-tp1223821p5049179.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: How to skip tests during release:prepare?

2011-12-05 Thread Cai Wei
Also you can try: mvn -Dmaven.test.skip=true release:prepare 2011/12/6 cemartins cemart...@netcabo.pt easy - here's the command: *mvn -Darguments=-DskipTests=true release:prepare* -- View this message in context:

Re: How to skip tests during release:prepare?

2010-07-20 Thread Zac Thompson
On Sun, Jul 18, 2010 at 10:57 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: the reason to bother compiling is to verify that the release build will work when the version numbers have been transformed. But if you don't mind borked tags in your SCM True: if you want to do

Re: How to skip tests during release:prepare?

2010-07-19 Thread Paul Benedict
Doubt it will make a difference, but you can try -DskipTests=true. Perhaps the alias will have another effect? On Mon, Jul 19, 2010 at 12:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: the reason to bother compiling is to verify that the release build will work when the version

RE: How to skip tests during release:prepare?

2010-07-18 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. Date: Fri, 16 Jul 2010 06:41:50 -0700 From: patrick.ren...@ericsson.com To: users@maven.apache.org Subject: Re: How to skip tests during release:prepare? YES ! This trick is working. Never saw that option before. Many tx

Re: How to skip tests during release:prepare?

2010-07-18 Thread Zac Thompson
I think the preparationGoals property could also be useful here e.g. -DpreparationGoals=clean (if you're not going to test, why bother compiling during prepare at all?) http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#preparationGoals Zac On Thu, Jul 15, 2010 at 4:57 PM,

Re: How to skip tests during release:prepare?

2010-07-18 Thread Stephen Connolly
the reason to bother compiling is to verify that the release build will work when the version numbers have been transformed. But if you don't mind borked tags in your SCM On 19 July 2010 01:26, Zac Thompson zac.thomp...@gmail.com wrote: I think the preparationGoals property could also be

Re: How to skip tests during release:prepare?

2010-07-16 Thread prenaud76
YES ! This trick is working. Never saw that option before. Many tx. :-) -- View this message in context: http://maven-users.828.n2.nabble.com/How-to-skip-tests-during-release-prepare-tp5299875p5301941.html Sent from the maven users mailing list archive at Nabble.com.

How to skip tests during release:prepare?

2010-07-15 Thread prenaud76
This sounds very basic, but release:prepare insists on running the test phase although I purposely set the -Dmaven.test.skip=true property. Problem is: I don't want to run tests during a release and I cannot seem to find a way to skip them. Do you know of a way? (Using the git scm provider)

Re: How to skip tests during release:prepare?

2010-07-15 Thread Leon Franzen
Have you tried this?: -Darguments='-Dmaven.test.skip=true' -- View this message in context: http://maven.40175.n5.nabble.com/How-to-skip-tests-during-release-prepare-tp1223821p1223830.html Sent from the Maven - Users mailing list archive at Nabble.com.

RE: How to skip tests during release:prepare?

2010-07-15 Thread Martin Gainty
donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Thu, 15 Jul 2010 16:57:01 -0700 From: patrick.ren...@ericsson.com To: users@maven.apache.org Subject: How to skip tests during