What? The surefire plugin no longer supports running individual tests? That can't be right.
Ralph On Jun 19, 2012, at 9:18 AM, [email protected] wrote: > Author: ggregory > Date: Tue Jun 19 16:18:32 2012 > New Revision: 1351765 > > URL: http://svn.apache.org/viewvc?rev=1351765&view=rev > Log: > Add commented out section for running individual tests. > > Modified: > commons/proper/vfs/trunk/pom.xml > > Modified: commons/proper/vfs/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1351765&r1=1351764&r2=1351765&view=diff > ============================================================================== > --- commons/proper/vfs/trunk/pom.xml (original) > +++ commons/proper/vfs/trunk/pom.xml Tue Jun 19 16:18:32 2012 > @@ -151,6 +151,14 @@ > <artifactId>maven-checkstyle-plugin</artifactId> > <version>2.9.1</version> > </plugin> > + <!-- Use 2.11 to run individual tests, 2.12 seems to no longer > support this feature. --> > + <!-- > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-surefire-plugin</artifactId> > + <version>2.11</version> > + </plugin> > + --> > </plugins> > </pluginManagement> > <plugins> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
