Skip to content

Commit 9b809fc

Browse files
committed
BAEL-10313 Help with test fixes in Abstract Classes and SimpleDateFormat
-Removed corrupted surefire config from core-java module
1 parent 2c5f92e commit 9b809fc

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

core-java/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>core-java</artifactId>
65
<version>0.1.0-SNAPSHOT</version>
76
<packaging>jar</packaging>
@@ -173,21 +172,6 @@
173172
</resources>
174173

175174
<plugins>
176-
<plugin>
177-
<groupId>org.apache.maven.plugins</groupId>
178-
<artifactId>maven-surefire-plugin</artifactId>
179-
<configuration>
180-
<excludes>
181-
<exclude>**/*LiveTest.java</exclude>
182-
<exclude>**/*IntegrationTest.java</exclude>
183-
<exclude>**/*IntTest.java</exclude>
184-
<exclude>**/*LongRunningUnitTest.java</exclude>
185-
<exclude>**/*ManualTest.java</exclude>
186-
</excludes>
187-
<testFailureIgnore>true</testFailureIgnore>
188-
</configuration>
189-
</plugin>
190-
191175
<plugin>
192176
<groupId>org.apache.maven.plugins</groupId>
193177
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)