I'm in the process of updating the dependencies and build plugins in all the POM files for ticket ACCUMULO-924, which should be marked "In Progress" if it isn't already.
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Sat, Mar 30, 2013 at 12:27 PM, David Medinets <[email protected]> wrote: > This bug (https://netbeans.org/bugzilla/show_bug.cgi?id=215148) is > annoying me because it prevents me from running single file tests > inside NetBeans. I think the change only requires changing one > character in /pom.xml. > > <plugin> > <artifactId>maven-surefire-plugin</artifactId> > <version>2.12</version> > </plugin> > > I can't find a change list for the different maven-surefire-plugin > releases. It must exist, right? Frankly, > http://maven.apache.org/surefire/ is disappointing in its sparseness > considering the plugin's importance.
