Issue #1743 Update maven jetty plugin doc

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2019-11-11 10:12:16 +11:00
parent 79c2b819c7
commit b84669b9cd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ____
[IMPORTANT]
While the Jetty Maven Plugin can be very useful for development we do not recommend its use in a _production capacity_.
In order for the plugin to work it needs to leverage many internal Maven apis and Maven itself it not a production deployment tool.
We recommend either the traditional link:distribution-guide/index.html[distribution] deployment approach or using link:#advanced-embedding[embedded Jetty.]
We recommend either the traditional link:{DISTGUIDE}[distribution] deployment approach or using link:#advanced-embedding[embedded Jetty].
____
[[get-up-and-running]]