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]
