File tree Expand file tree Collapse file tree 7 files changed +11
-31
lines changed Expand file tree Collapse file tree 7 files changed +11
-31
lines changed Original file line number Diff line number Diff line change 48
48
49
49
<gmaven-plugin .version>1.4</gmaven-plugin .version>
50
50
<copy-maven-plugin .version>0.2.3.8</copy-maven-plugin .version>
51
- <surefire .version>2.15</surefire .version>
52
51
<powermock .version>2.0.0</powermock .version>
53
52
<hamcrest .version>1.3</hamcrest .version>
54
53
<asm .version>7.2</asm .version>
261
260
</execution >
262
261
</executions >
263
262
</plugin >
264
- <plugin >
265
- <groupId >org.apache.maven.plugins</groupId >
266
- <artifactId >maven-surefire-plugin</artifactId >
267
- <version >${surefire.version} </version >
268
- </plugin >
269
263
</plugins >
270
264
</pluginManagement >
271
265
</build >
Original file line number Diff line number Diff line change @@ -101,9 +101,8 @@ Apache Ivy version: 2.2.0 20100923230623
101
101
<build >
102
102
<plugins >
103
103
<plugin >
104
- <groupId >org.apache.maven.plugins</groupId >
105
- <artifactId >maven-surefire-plugin</artifactId >
106
- <version >2.19</version >
104
+ <groupId >org.terracotta</groupId >
105
+ <artifactId >maven-forge-plugin</artifactId >
107
106
<configuration >
108
107
<forkCount >2C</forkCount >
109
108
<reuseForks >false</reuseForks >
Original file line number Diff line number Diff line change 131
131
<build >
132
132
<plugins >
133
133
<plugin >
134
- <groupId >org.apache.maven.plugins</groupId >
135
- <artifactId >maven-surefire-plugin</artifactId >
136
- <version >2.19.1</version >
134
+ <groupId >org.terracotta</groupId >
135
+ <artifactId >maven-forge-plugin</artifactId >
137
136
<configuration >
138
137
<forkCount >1C</forkCount >
139
138
<reuseForks >false</reuseForks >
153
152
<build >
154
153
<plugins >
155
154
<plugin >
156
- <groupId >org.apache.maven.plugins</groupId >
157
- <artifactId >maven-surefire-plugin</artifactId >
158
- <version >2.19.1</version >
155
+ <groupId >org.terracotta</groupId >
156
+ <artifactId >maven-forge-plugin</artifactId >
159
157
<configuration >
160
158
<debugForkedProcess >true</debugForkedProcess >
161
159
</configuration >
Original file line number Diff line number Diff line change @@ -103,16 +103,8 @@ limitations under the License.
103
103
</executions >
104
104
</plugin >
105
105
<plugin >
106
- <artifactId >maven-failsafe-plugin</artifactId >
107
- <version >2.19.1</version >
108
- <executions >
109
- <execution >
110
- <goals >
111
- <goal >integration-test</goal >
112
- <goal >verify</goal >
113
- </goals >
114
- </execution >
115
- </executions >
106
+ <groupId >org.terracotta</groupId >
107
+ <artifactId >maven-forge-plugin</artifactId >
116
108
<configuration >
117
109
<reuseForks >false</reuseForks >
118
110
<systemPropertyVariables >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.terracotta</groupId >
27
27
<artifactId >terracotta-parent</artifactId >
28
- <version >5.5.0 </version >
28
+ <version >5.10 </version >
29
29
<relativePath />
30
30
</parent >
31
31
37
37
38
38
<properties >
39
39
<build .edition>opensource</build .edition>
40
- <maven-forge-plugin .version>1.2.22</maven-forge-plugin .version>
41
40
<tc-shader .version>1.2</tc-shader .version>
42
41
<skip .deploy>false</skip .deploy>
43
42
Original file line number Diff line number Diff line change 107
107
</plugin >
108
108
109
109
<plugin >
110
- <groupId >org.apache.maven.plugins</groupId >
111
- <artifactId >maven-surefire-plugin</artifactId >
112
- <version >${surefire.version} </version >
110
+ <groupId >org.terracotta</groupId >
111
+ <artifactId >maven-forge-plugin</artifactId >
113
112
<executions >
114
113
<execution >
115
114
<id >test-scripts</id >
Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >org.terracotta</groupId >
33
33
<artifactId >maven-forge-plugin</artifactId >
34
- <version >${maven-forge-plugin.version} </version >
35
34
<configuration >
36
35
<rootPath >${basedir} /..</rootPath >
37
36
<addClasspath >true</addClasspath >
You can’t perform that action at this time.
0 commit comments