Skip to content

Commit 8189ec8

Browse files
author
Myron Scott
authored
Merge pull request #1132 from akomakom/parent-10-corrections
new parent, surefire/failsafe->forge
2 parents 73a4660 + ab06f4d commit 8189ec8

File tree

7 files changed

+11
-31
lines changed

7 files changed

+11
-31
lines changed

build-parent/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
<gmaven-plugin.version>1.4</gmaven-plugin.version>
5050
<copy-maven-plugin.version>0.2.3.8</copy-maven-plugin.version>
51-
<surefire.version>2.15</surefire.version>
5251
<powermock.version>2.0.0</powermock.version>
5352
<hamcrest.version>1.3</hamcrest.version>
5453
<asm.version>7.2</asm.version>
@@ -261,11 +260,6 @@
261260
</execution>
262261
</executions>
263262
</plugin>
264-
<plugin>
265-
<groupId>org.apache.maven.plugins</groupId>
266-
<artifactId>maven-surefire-plugin</artifactId>
267-
<version>${surefire.version}</version>
268-
</plugin>
269263
</plugins>
270264
</pluginManagement>
271265
</build>

common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ Apache Ivy version: 2.2.0 20100923230623
101101
<build>
102102
<plugins>
103103
<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>
107106
<configuration>
108107
<forkCount>2C</forkCount>
109108
<reuseForks>false</reuseForks>

dso-l2/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@
131131
<build>
132132
<plugins>
133133
<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>
137136
<configuration>
138137
<forkCount>1C</forkCount>
139138
<reuseForks>false</reuseForks>
@@ -153,9 +152,8 @@
153152
<build>
154153
<plugins>
155154
<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>
159157
<configuration>
160158
<debugForkedProcess>true</debugForkedProcess>
161159
</configuration>

galvan-support/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,8 @@ limitations under the License.
103103
</executions>
104104
</plugin>
105105
<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>
116108
<configuration>
117109
<reuseForks>false</reuseForks>
118110
<systemPropertyVariables>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.terracotta</groupId>
2727
<artifactId>terracotta-parent</artifactId>
28-
<version>5.5.0</version>
28+
<version>5.10</version>
2929
<relativePath/>
3030
</parent>
3131

@@ -37,7 +37,6 @@
3737

3838
<properties>
3939
<build.edition>opensource</build.edition>
40-
<maven-forge-plugin.version>1.2.22</maven-forge-plugin.version>
4140
<tc-shader.version>1.2</tc-shader.version>
4241
<skip.deploy>false</skip.deploy>
4342

terracotta-kit/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@
107107
</plugin>
108108

109109
<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>
113112
<executions>
114113
<execution>
115114
<id>test-scripts</id>

terracotta/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<plugin>
3232
<groupId>org.terracotta</groupId>
3333
<artifactId>maven-forge-plugin</artifactId>
34-
<version>${maven-forge-plugin.version}</version>
3534
<configuration>
3635
<rootPath>${basedir}/..</rootPath>
3736
<addClasspath>true</addClasspath>

0 commit comments

Comments
 (0)