Skip to content

Commit 714c533

Browse files
committed
Apply Surefire's defaults in starter-parent
Closes gh-9966
1 parent e0a6b16 commit 714c533

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ defaults. The parent project provides the following features:
6161
`spring-boot-dependencies` POM.
6262
* Sensible https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html[resource filtering].
6363
* Sensible plugin configuration (http://www.mojohaus.org/exec-maven-plugin/[exec plugin],
64-
http://maven.apache.org/surefire/maven-surefire-plugin/[surefire],
6564
https://github.com/ktoso/maven-git-commit-id-plugin[Git commit ID],
6665
http://maven.apache.org/plugins/maven-shade-plugin/[shade]).
6766
* Sensible resource filtering for `application.properties` and `application.yml` including

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,6 @@
9494
</archive>
9595
</configuration>
9696
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-surefire-plugin</artifactId>
100-
<configuration>
101-
<includes>
102-
<include>**/*Tests.java</include>
103-
<include>**/*Test.java</include>
104-
</includes>
105-
<excludes>
106-
<exclude>**/Abstract*.java</exclude>
107-
</excludes>
108-
</configuration>
109-
</plugin>
11097
<plugin>
11198
<groupId>org.apache.maven.plugins</groupId>
11299
<artifactId>maven-war-plugin</artifactId>

0 commit comments

Comments
 (0)