Have you tried

<j:set var="maven.test.skip" value="true" scope="parent"/>

Sri

-----Original Message-----
From: Eric Berenguier [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2003 9:53 AM
To: Maven Users List
Subject: Re: Unit tests run twice ?

Tomasz Pik wrote:

> Maybe this help (sorry, not tested):
>
>> <goal name="myGoal">
>>    <attainGoal name="jar:install"/>
>
>     <property name='maven.test.skip' value='true'/>
>
>>    <attainGoal name="site:generate"/>
>> </goal>
>>

Thanks for your answer,

I tried that too, but it doesn't work (test are still run twice).

Eric



---------------------------------------------------------------------
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]

Reply via email to