Fix anchors in Maven plugin documentation
Closes gh-35371
This commit is contained in:
parent
21cca4f30d
commit
52789cb191
|
|
@ -1,17 +1,8 @@
|
|||
|
||||
build-info=?
|
||||
getting-started=?
|
||||
goals=?
|
||||
help=?
|
||||
spring-boot-maven-plugin-documentation=?
|
||||
introduction=?.?
|
||||
integration-tests=integration-tests
|
||||
integration-tests-no-starter-parent=integration-tests.no-starter-parent
|
||||
integration-tests-example=integration-tests.examples
|
||||
integration-tests-example-random-port=integration-tests.examples.random-port
|
||||
integration-tests-example-jmx-port=integration-tests.examples.jmx-port
|
||||
integration-tests-example-skip=integration-tests.examples.skip
|
||||
build-image=build-image
|
||||
build-image-docker-daemon=build-image.docker-daemon
|
||||
build-image-docker-registry=build-image.docker-registry
|
||||
build-image-customization=build-image.customization
|
||||
|
|
@ -33,14 +24,12 @@ repackage-example-custom-layout=packaging.examples.custom-layout
|
|||
repackage-example-exclude-dependency=packaging.examples.exclude-dependency
|
||||
repackage-layered-archive-tools=packaging.examples.layered-archive-tools
|
||||
repackage-layered-archive-additional-layers=packaging.examples.custom-layers-configuration
|
||||
run=run
|
||||
run-examples=run.examples
|
||||
run-example-debug=run.examples.debug
|
||||
run-example-system-properties=run.examples.system-properties
|
||||
run-example-environment-variables=run.examples.environment-variables
|
||||
run-example-application-arguments=run.examples.using-application-arguments
|
||||
run-example-active-profiles=run.examples.specify-active-profiles
|
||||
using=using
|
||||
using-parent-pom=using.parent-pom
|
||||
using-import=using.import
|
||||
using-overriding-command-line=using.overriding-command-line
|
||||
|
|
|
|||
Loading…
Reference in New Issue