I agree, keep it the same as it was.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Olivier Lamy
Sent: Saturday, May 17, 2008 9:49 AM
To: Maven Developers List
Subject: Re: svn commit: r649313 -
/maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Hi,

It's just to save fingers :-).

-Dmaven.test.skip=true means 22 chars
-DskipTests means 11 chars.

And at least skipTests compiles [1] units whereas maven.test.skip skip
everything.

But if you prefer I can revert.

--
Olivier
[1]
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#ski
pTests

2008/5/17 Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
> 2008/4/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>> Author: olamy
>>  Date: Thu Apr 17 15:20:07 2008
>>  New Revision: 649313
>>
>>  URL: http://svn.apache.org/viewvc?rev=649313&view=rev
>>  Log:
>>  upgrade to last parent remove redudant plugin declaration
>>
>>  Modified:
>>     maven/plugins/trunk/maven-javadoc-plugin/pom.xml
>>
>>  Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
>>  URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/po
m.xml?rev=649313&r1=649312&r2=649313&view=diff
>>
>
> [SNIP]
>
>>  @@ -201,7 +197,7 @@
>>        <id>integration-tests</id>
>>        <activation>
>>          <property>
>>  -          <name>maven.test.skip</name>
>>  +          <name>skipTests</name>
>>            <value>!true</value>
>>          </property>
>>        </activation>
>
> Now, to skip all tests we need to call mvn with 2 parameters...
> Any specific reasons why you modified this property? If not, could you
> revert this part?
>
> Cheers,
>
> Vincent
>
> [SNIP]
>
> ---------------------------------------------------------------------
> 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]

Reply via email to