You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by mike long <mi...@dataline.com> on 2005/01/18 22:07:01 UTC

Getting Jetspeed-2 Junit tests to Run using Maven

Dear Jetspeed-2 users:

How do I run the JUnit tests as a Maven goal? I have run the allTests 
goal and no tests get run.

Sincerely,
Mike Long


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Getting Jetspeed-2 Junit tests to Run using Maven

Posted by David Sean Taylor <da...@bluesunrise.com>.
mike long wrote:
> Dear Jetspeed-2 users:
> 
> How do I run the JUnit tests as a Maven goal? I have run the allTests 
> goal and no tests get run.
>
maven -o -Dmaven.test.skip=false allBuild

or permanently override the property in your $HOME/build.properties
then the -D is not necessary


-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org