Commit 947ee2a 1 parent ed4b782 commit 947ee2a Copy full SHA for 947ee2a
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1359
1359
</compilerArgs >
1360
1360
</configuration >
1361
1361
</plugin >
1362
+ <plugin >
1363
+ <groupId >org.apache.maven.plugins</groupId >
1364
+ <artifactId >maven-surefire-plugin</artifactId >
1365
+ <version >3.3.0</version >
1366
+ </plugin >
1362
1367
<plugin >
1363
1368
<groupId >org.scalatest</groupId >
1364
1369
<artifactId >scalatest-maven-plugin</artifactId >
1650
1655
</execution >
1651
1656
</executions >
1652
1657
</plugin >
1658
+ <plugin >
1659
+ <groupId >org.apache.maven.plugins</groupId >
1660
+ <artifactId >maven-surefire-plugin</artifactId >
1661
+ <configuration >
1662
+ <skipTests >true</skipTests >
1663
+ </configuration >
1664
+ </plugin >
1665
+
1653
1666
</plugins >
1654
1667
</build >
1655
1668
</project >
Original file line number Diff line number Diff line change 154
154
<plugin >
155
155
<groupId >org.apache.maven.plugins</groupId >
156
156
<artifactId >maven-surefire-plugin</artifactId >
157
- <version >3.3.0</version >
158
157
<configuration >
159
- <skipTests >true </skipTests >
158
+ <skipTests >false </skipTests >
160
159
</configuration >
161
160
</plugin >
162
161
You can’t perform that action at this time.
0 commit comments