Skip to content

Commit ff34ffa

Browse files
committed
minor maven work
1 parent 3d2a126 commit ff34ffa

18 files changed

Lines changed: 54 additions & 0 deletions

File tree

m7-lesson1-start/common-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91+
<configuration>
92+
<reuseForks>false</reuseForks>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<phase>integration-test</phase>

m7-lesson1-start/um-webapp/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-surefire-plugin</artifactId>
111+
<configuration>
112+
<reuseForks>false</reuseForks>
113+
</configuration>
111114
<executions>
112115
<execution>
113116
<phase>integration-test</phase>

m7-lesson1/common-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91+
<configuration>
92+
<reuseForks>false</reuseForks>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<phase>integration-test</phase>

m7-lesson1/um-webapp/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122+
<configuration>
123+
<reuseForks>false</reuseForks>
124+
</configuration>
122125
<executions>
123126
<execution>
124127
<phase>integration-test</phase>

m7-lesson2/common-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91+
<configuration>
92+
<reuseForks>false</reuseForks>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<phase>integration-test</phase>

m7-lesson2/um-webapp/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122+
<configuration>
123+
<reuseForks>false</reuseForks>
124+
</configuration>
122125
<executions>
123126
<execution>
124127
<phase>integration-test</phase>

m7-lesson3-start/common-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91+
<configuration>
92+
<reuseForks>false</reuseForks>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<phase>integration-test</phase>

m7-lesson3-start/um-webapp/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122+
<configuration>
123+
<reuseForks>false</reuseForks>
124+
</configuration>
122125
<executions>
123126
<execution>
124127
<phase>integration-test</phase>

m7-lesson3/common-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91+
<configuration>
92+
<reuseForks>false</reuseForks>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<phase>integration-test</phase>

m7-lesson3/um-webapp/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122+
<configuration>
123+
<reuseForks>false</reuseForks>
124+
</configuration>
122125
<executions>
123126
<execution>
124127
<phase>integration-test</phase>

0 commit comments

Comments
 (0)