Re: mvn -Dtest=false = mvn -Dmaven.test.skip=false

2007-03-22 Thread Jason Dillon
Ah, thats good to know too :-)  Though its too bad that phases still  
fire for test stuff when -Dmaven.test.skip=true, as often times when  
you need to generate something for test, but you have the tests  
turned off, you end up wasting time executing plugins for no reason.   
Minor, but kinda annoying.


--jason


On Mar 22, 2007, at 2:47 AM, Trygve Laugstøl wrote:


Jason Dillon wrote:
I just found out that -Dtest=false is the same as - 
Dmaven.test.skip=true... for those that don't like to type so  
much... FYI.


-Dmaven.test.skip=true will in addition not compile the tests vs - 
Dtest=false will only skip execution.


--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mvn -Dtest=false = mvn -Dmaven.test.skip=false

2007-03-22 Thread Trygve Laugstøl

Jason Dillon wrote:
I just found out that -Dtest=false is the same as 
-Dmaven.test.skip=true... for those that don't like to type so much... FYI.


-Dmaven.test.skip=true will in addition not compile the tests vs 
-Dtest=false will only skip execution.


--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mvn -Dtest=false = mvn -Dmaven.test.skip=false

2007-03-21 Thread Jason Dillon

Sorry guys... I mean to send this to [EMAIL PROTECTED]

Though, thanks for the explanation for why this works Jason :-)

--jason


On Mar 21, 2007, at 5:40 PM, Jason van Zyl wrote:



On 21 Mar 07, at 6:30 PM 21 Mar 07, Jason Dillon wrote:

I just found out that -Dtest=false is the same as - 
Dmaven.test.skip=true... for those that don't like to type so  
much... FYI.




That just happens to be a regular expression that is used to match  
tests you want to run so -Dtest=x will work too.


Jason.


--jason

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mvn -Dtest=false = mvn -Dmaven.test.skip=false

2007-03-21 Thread Jason van Zyl


On 21 Mar 07, at 6:30 PM 21 Mar 07, Jason Dillon wrote:

I just found out that -Dtest=false is the same as - 
Dmaven.test.skip=true... for those that don't like to type so  
much... FYI.




That just happens to be a regular expression that is used to match  
tests you want to run so -Dtest=x will work too.


Jason.


--jason

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]