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.