Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 68c634aa01d7324cf69620962a200522f10b9ac0..97aa28c810c63ed9c202f53dadbe3591daf1776b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </configuration>
         </plugin>
 
+       <!-- Set Surefire to the same version as Failsafe even if we don't use
+            it. Otherwise, Maven will invoke a random default version and if
+            we specify a user property used by both plugins on the command
+            line things could go wrong. -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>3.0.0-M5</version>
+        </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
         <groupId>org.lttng.ust</groupId>
         <artifactId>lttng-ust-java-tests-common</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>
This page took 0.022378 seconds and 4 git commands to generate.