Merge branch '1.4.x' into 1.5.x
This commit is contained in:
commit
c2ca21bb63
|
|
@ -60,6 +60,11 @@ Usage
|
|||
Please note that the <<<outputFileNameMapping>>> feature of the <<<maven-war-plugin>>>
|
||||
is currently not supported.
|
||||
|
||||
Devtools is automatically excluded by default (you can control that using the
|
||||
<<<excludeDevtools>>> property). In order to make that work with <<<war>>> packaging,
|
||||
the `spring-boot-devtools` dependency must be set as <<<optional>>> or with the
|
||||
<<<provided>>> scope.
|
||||
|
||||
The original (i.e. non executable) artifact is renamed to <<<.original>>> by default but it is also
|
||||
possible to keep the original artifact using a custom classifier.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue