Commit 294bcbe9 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents a125d604 9b2ad610
...@@ -48,8 +48,6 @@ Spring Boot Maven Plugin ...@@ -48,8 +48,6 @@ Spring Boot Maven Plugin
* {{{./examples/repackage-disable-attach.html}Local repackaged artifact}} * {{{./examples/repackage-disable-attach.html}Local repackaged artifact}}
* {{{./examples/custom-layout.html}Custom layout}}
* {{{./examples/exclude-dependency.html}Exclude a dependency}} * {{{./examples/exclude-dependency.html}Exclude a dependency}}
* {{{./examples/run-debug.html}Debug the application}} * {{{./examples/run-debug.html}Debug the application}}
...@@ -62,6 +60,8 @@ Spring Boot Maven Plugin ...@@ -62,6 +60,8 @@ Spring Boot Maven Plugin
* {{{./examples/build-info.html}Generate build information}} * {{{./examples/build-info.html}Generate build information}}
* {{{./examples/custom-layout.html}Custom layout}}
[] []
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<item name="Skip integration tests" href="examples/it-skip.html"/> <item name="Skip integration tests" href="examples/it-skip.html"/>
<item name="Specify active profiles" href="examples/run-profiles.html"/> <item name="Specify active profiles" href="examples/run-profiles.html"/>
<item name="Generate build information" href="examples/build-info.html"/> <item name="Generate build information" href="examples/build-info.html"/>
<item name="Custom layout" href="examples/custom-layout.html"/>
</menu> </menu>
<menu ref="reports"/> <menu ref="reports"/>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment