You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/06/05 18:15:23 UTC

[4/4] git commit: fixate the version of the surefire-maven-plugin

fixate the version of the surefire-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/8704d172
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/8704d172
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/8704d172

Branch: refs/heads/master
Commit: 8704d17213d7e8984eeb9e3520f91d84b665cd55
Parents: 4b81872
Author: Mark Struberg <st...@apache.org>
Authored: Thu May 10 07:54:23 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Jun 4 19:36:50 2012 +0200

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/8704d172/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index c678695..bec18f2 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -57,6 +57,16 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>${maven.surefire.plugin.version}</version>
+                </plugin>
+            </plugins>
+
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -87,6 +97,7 @@
             <build>
                 <plugins>
                     <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <!-- Ignore these groups because they don't work with embedded OWB -->