File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
spring-boot-docs/src/main/asciidoc
spring-boot-starters/spring-boot-starter-parent Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ defaults. The parent project provides the following features:
61
61
`spring-boot-dependencies` POM.
62
62
* Sensible https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html[resource filtering].
63
63
* Sensible plugin configuration (http://www.mojohaus.org/exec-maven-plugin/[exec plugin],
64
- http://maven.apache.org/surefire/maven-surefire-plugin/[surefire],
65
64
https://github.com/ktoso/maven-git-commit-id-plugin[Git commit ID],
66
65
http://maven.apache.org/plugins/maven-shade-plugin/[shade]).
67
66
* Sensible resource filtering for `application.properties` and `application.yml` including
Original file line number Diff line number Diff line change 94
94
</archive >
95
95
</configuration >
96
96
</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 >
110
97
<plugin >
111
98
<groupId >org.apache.maven.plugins</groupId >
112
99
<artifactId >maven-war-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments