Skip to content

Commit d6f3b4b

Browse files
committed
Merge pull request spring-projects#3793 from mmacaulay/patch-1
* pr/3793: Fix link to exec maven plugin
2 parents 53251a9 + 0d2f644 commit d6f3b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defaults. The parent project provides the following features:
3838
* A Dependency Management section, allowing you to omit `<version>` tags for common
3939
dependencies, inherited from the `spring-boot-dependencies` POM.
4040
* Sensible https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html[resource filtering].
41-
* Sensible plugin configuration (http://mojo.codehaus.org/exec-maven-plugin/[exec plugin],
41+
* Sensible plugin configuration (http://www.mojohaus.org/exec-maven-plugin/[exec plugin],
4242
http://maven.apache.org/surefire/maven-surefire-plugin/[surefire],
4343
https://github.com/ktoso/maven-git-commit-id-plugin[Git commit ID],
4444
http://maven.apache.org/plugins/maven-shade-plugin/[shade]).

0 commit comments

Comments
 (0)