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 <[email protected]> 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, [email protected] 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: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
