Specify version of surefire plugin
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 16 Feb 2013 11:02:15 +0100
changeset 751c6878807b0d4
parent 749 3d1585c82d67
child 753 cc0e6767259b
child 754 39712168230d
child 759 41e1dc88a399
Specify version of surefire plugin
pom.xml
     1.1 --- a/pom.xml	Sat Feb 16 08:24:45 2013 +0100
     1.2 +++ b/pom.xml	Sat Feb 16 11:02:15 2013 +0100
     1.3 @@ -93,6 +93,15 @@
     1.4                </configuration>
     1.5            </plugin>
     1.6        </plugins>
     1.7 +      <pluginManagement>
     1.8 +          <plugins>
     1.9 +              <plugin>
    1.10 +                <groupId>org.apache.maven.plugins</groupId>
    1.11 +                <artifactId>maven-surefire-plugin</artifactId>
    1.12 +                <version>2.13</version>
    1.13 +              </plugin>
    1.14 +          </plugins>
    1.15 +      </pluginManagement>
    1.16    </build>
    1.17    <dependencyManagement>
    1.18        <dependencies>