Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll 2017-05-29 14:56:34 +02:00
commit 294bcbe962
2 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,6 @@ Spring Boot Maven Plugin
* {{{./examples/repackage-disable-attach.html}Local repackaged artifact}}
* {{{./examples/custom-layout.html}Custom layout}}
* {{{./examples/exclude-dependency.html}Exclude a dependency}}
* {{{./examples/run-debug.html}Debug the application}}
@ -62,6 +60,8 @@ Spring Boot Maven Plugin
* {{{./examples/build-info.html}Generate build information}}
* {{{./examples/custom-layout.html}Custom layout}}
[]

View File

@ -15,6 +15,7 @@
<item name="Skip integration tests" href="examples/it-skip.html"/>
<item name="Specify active profiles" href="examples/run-profiles.html"/>
<item name="Generate build information" href="examples/build-info.html"/>
<item name="Custom layout" href="examples/custom-layout.html"/>
</menu>
<menu ref="reports"/>
</body>