Skip to content

Commit b504abb

Browse files
author
Gary Keim
committed
Remove testVM support and use maven-forge-plugin for tests (toolchain support).
svn path=/tc-messaging/trunk/; revision=27902
1 parent ab37cc2 commit b504abb

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

pom.xml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.terracotta.forge</groupId>
1111
<artifactId>forge-parent</artifactId>
12-
<version>4.12</version>
12+
<version>4.13</version>
1313
</parent>
1414

1515
<groupId>org.terracotta</groupId>
@@ -29,28 +29,24 @@
2929
</dependency>
3030
</dependencies>
3131

32-
<profiles>
33-
<profile>
34-
<id>testVM</id>
35-
<activation>
36-
<property>
37-
<name>testVM</name>
38-
</property>
39-
</activation>
40-
<build>
41-
<plugins>
42-
<plugin>
43-
<groupId>org.apache.maven.plugins</groupId>
44-
<artifactId>maven-surefire-plugin</artifactId>
45-
<configuration>
46-
<jvm>${testVM}</jvm>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
51-
</profile>
52-
</profiles>
53-
32+
<build>
33+
<plugins>
34+
<plugin>
35+
<groupId>org.terracotta</groupId>
36+
<artifactId>maven-forge-plugin</artifactId>
37+
<executions>
38+
<execution>
39+
<id>default-test</id>
40+
<phase>test</phase>
41+
<goals>
42+
<goal>test</goal>
43+
</goals>
44+
</execution>
45+
</executions>
46+
</plugin>
47+
</plugins>
48+
</build>
49+
5450
<scm>
5551
<connection>scm:git:[email protected]:Terracotta-OSS/tc-messaging.git</connection>
5652
<developerConnection>scm:git:https://github.com/Terracotta-OSS/tc-messaging.git</developerConnection>
@@ -82,4 +78,4 @@
8278
<url>http://www.terracotta.org/download/reflector/releases</url>
8379
</pluginRepository>
8480
</pluginRepositories>
85-
</project>
81+
</project>

0 commit comments

Comments
 (0)