You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/01/07 20:18:57 UTC

Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

Hi Simone

Can you explain some more why this is needed?
SUREFIRE-300 was fixed 4 and a half years ago...

On 2012-01-05 22:21, simonetripodi@apache.org wrote:
> Author: simonetripodi
> Date: Thu Jan  5 21:21:44 2012
> New Revision: 1227844
> 
> URL: http://svn.apache.org/viewvc?rev=1227844&view=rev
> Log:
> added workaround for SUREFIRE-300
> 
> Modified:
>     maven/skins/trunk/pom.xml
> 
> Modified: maven/skins/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227844&r1=1227843&r2=1227844&view=diff
> ==============================================================================
> --- maven/skins/trunk/pom.xml (original)
> +++ maven/skins/trunk/pom.xml Thu Jan  5 21:21:44 2012
> @@ -66,6 +66,11 @@ under the License.
>      </site>
>    </distributionManagement>
>  
> +  <!-- Workaround for SUREFIRE-300 -->
> +  <properties>
> +    <maven.test.skip>true</maven.test.skip>
> +  </properties>
> +
>    <build>
>      <pluginManagement>
>        <plugins>
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
OK, thanks for checking!!!!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sun, Jan 8, 2012 at 11:58 AM, Dennis Lundberg <de...@apache.org> wrote:
> Hi
>
> After testing that it does not have any impact on the build, I have now
> removed the property.
>
> On 2012-01-07 21:04, Simone Tripodi wrote:
>> Hi Dennis,
>>
>> I have to admit that I blindly copied it somewhere else... apologize!
>>
>> -Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>>
>>
>> On Sat, Jan 7, 2012 at 8:18 PM, Dennis Lundberg <de...@apache.org> wrote:
>>> Hi Simone
>>>
>>> Can you explain some more why this is needed?
>>> SUREFIRE-300 was fixed 4 and a half years ago...
>>>
>>> On 2012-01-05 22:21, simonetripodi@apache.org wrote:
>>>> Author: simonetripodi
>>>> Date: Thu Jan  5 21:21:44 2012
>>>> New Revision: 1227844
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1227844&view=rev
>>>> Log:
>>>> added workaround for SUREFIRE-300
>>>>
>>>> Modified:
>>>>     maven/skins/trunk/pom.xml
>>>>
>>>> Modified: maven/skins/trunk/pom.xml
>>>> URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227844&r1=1227843&r2=1227844&view=diff
>>>> ==============================================================================
>>>> --- maven/skins/trunk/pom.xml (original)
>>>> +++ maven/skins/trunk/pom.xml Thu Jan  5 21:21:44 2012
>>>> @@ -66,6 +66,11 @@ under the License.
>>>>      </site>
>>>>    </distributionManagement>
>>>>
>>>> +  <!-- Workaround for SUREFIRE-300 -->
>>>> +  <properties>
>>>> +    <maven.test.skip>true</maven.test.skip>
>>>> +  </properties>
>>>> +
>>>>    <build>
>>>>      <pluginManagement>
>>>>        <plugins>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Dennis Lundberg
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Hi

After testing that it does not have any impact on the build, I have now
removed the property.

On 2012-01-07 21:04, Simone Tripodi wrote:
> Hi Dennis,
> 
> I have to admit that I blindly copied it somewhere else... apologize!
> 
> -Simo
> 
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
> 
> 
> 
> On Sat, Jan 7, 2012 at 8:18 PM, Dennis Lundberg <de...@apache.org> wrote:
>> Hi Simone
>>
>> Can you explain some more why this is needed?
>> SUREFIRE-300 was fixed 4 and a half years ago...
>>
>> On 2012-01-05 22:21, simonetripodi@apache.org wrote:
>>> Author: simonetripodi
>>> Date: Thu Jan  5 21:21:44 2012
>>> New Revision: 1227844
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1227844&view=rev
>>> Log:
>>> added workaround for SUREFIRE-300
>>>
>>> Modified:
>>>     maven/skins/trunk/pom.xml
>>>
>>> Modified: maven/skins/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227844&r1=1227843&r2=1227844&view=diff
>>> ==============================================================================
>>> --- maven/skins/trunk/pom.xml (original)
>>> +++ maven/skins/trunk/pom.xml Thu Jan  5 21:21:44 2012
>>> @@ -66,6 +66,11 @@ under the License.
>>>      </site>
>>>    </distributionManagement>
>>>
>>> +  <!-- Workaround for SUREFIRE-300 -->
>>> +  <properties>
>>> +    <maven.test.skip>true</maven.test.skip>
>>> +  </properties>
>>> +
>>>    <build>
>>>      <pluginManagement>
>>>        <plugins>
>>>
>>>
>>>
>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Hi Dennis,

I have to admit that I blindly copied it somewhere else... apologize!

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Jan 7, 2012 at 8:18 PM, Dennis Lundberg <de...@apache.org> wrote:
> Hi Simone
>
> Can you explain some more why this is needed?
> SUREFIRE-300 was fixed 4 and a half years ago...
>
> On 2012-01-05 22:21, simonetripodi@apache.org wrote:
>> Author: simonetripodi
>> Date: Thu Jan  5 21:21:44 2012
>> New Revision: 1227844
>>
>> URL: http://svn.apache.org/viewvc?rev=1227844&view=rev
>> Log:
>> added workaround for SUREFIRE-300
>>
>> Modified:
>>     maven/skins/trunk/pom.xml
>>
>> Modified: maven/skins/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227844&r1=1227843&r2=1227844&view=diff
>> ==============================================================================
>> --- maven/skins/trunk/pom.xml (original)
>> +++ maven/skins/trunk/pom.xml Thu Jan  5 21:21:44 2012
>> @@ -66,6 +66,11 @@ under the License.
>>      </site>
>>    </distributionManagement>
>>
>> +  <!-- Workaround for SUREFIRE-300 -->
>> +  <properties>
>> +    <maven.test.skip>true</maven.test.skip>
>> +  </properties>
>> +
>>    <build>
>>      <pluginManagement>
>>        <plugins>
>>
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org