File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.terracotta.forge</groupId >
11
11
<artifactId >forge-parent</artifactId >
12
- <version >4.12 </version >
12
+ <version >4.13 </version >
13
13
</parent >
14
14
15
15
<groupId >org.terracotta</groupId >
29
29
</dependency >
30
30
</dependencies >
31
31
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
+
54
50
<scm >
55
51
<
connection >scm:git:
[email protected] :Terracotta-OSS/tc-messaging.git</
connection >
56
52
<developerConnection >scm:git:https://github.com/Terracotta-OSS/tc-messaging.git</developerConnection >
82
78
<url >http://www.terracotta.org/download/reflector/releases</url >
83
79
</pluginRepository >
84
80
</pluginRepositories >
85
- </project >
81
+ </project >
You can’t perform that action at this time.
0 commit comments