< prev index next >

core/tests/pom.xml

Print this page

        

@@ -37,10 +37,11 @@
                 <groupId>org.openjdk.jmc</groupId>
                 <artifactId>missioncontrol.core</artifactId>
                 <version>7.0.0-SNAPSHOT</version>
         </parent>
         <artifactId>missioncontrol.core.tests</artifactId>
+        <version>7.0.0-SNAPSHOT</version>
         <packaging>pom</packaging>
         <modules>
                 <module>org.openjdk.jmc.common.test</module>
                 <module>org.openjdk.jmc.flightrecorder.test</module>
                 <module>org.openjdk.jmc.flightrecorder.rules.test</module>

@@ -98,13 +99,13 @@
                 </profile>
         </profiles>
         <build>
                 <plugins>
                         <plugin>
-                                <groupId>org.eclipse.tycho</groupId>
-                                <artifactId>tycho-surefire-plugin</artifactId>
-                                <version>${tycho-version}</version>
+                                <groupId>org.apache.maven.plugins</groupId>
+                                <artifactId>maven-surefire-plugin</artifactId>
+                                <version>2.21.0</version>
                                 <configuration>
                                         <appArgLine>-nl en</appArgLine>
                                         <includes>${test.includes}</includes>
                                         <excludes>${test.excludes}</excludes>
                                         <failIfNoTests>${fail.if.no.tests}</failIfNoTests>
< prev index next >