You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by David Medinets <da...@gmail.com> on 2013/03/30 17:27:51 UTC

Are there any issues with updating the maven-surefire-plugin version from 2.12 to 2.14?

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.

Re: Are there any issues with updating the maven-surefire-plugin version from 2.12 to 2.14?

Posted by Christopher <ct...@apache.org>.
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
<da...@gmail.com> 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.