From 70cd294ddd2c8457e077b7c032de3665b00e0a8f Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Mon, 6 Feb 2017 15:36:19 +0100 Subject: [PATCH] Fix wrong artifact ID of maven plugin This change fixes a location in the documentation where the artifact ID of the plugin was still `maven-jetty-plugin`, where it should be `jetty-maven-plugin`. Signed-off-by: Jens Reimann --- .../main/asciidoc/development/maven/jetty-maven-plugin.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc b/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc index 0a4ef8a4815..c412f24a412 100644 --- a/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc +++ b/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc @@ -1,5 +1,5 @@ // ======================================================================== -// Copyright (c) 1995-2017 Mort Bay Consulting Pty. Ltd. +// Copyright (c) 1995-2017 Mort Bay Consulting Pty. Ltd. and others // ======================================================================== // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 @@ -506,7 +506,7 @@ Here's how to set it: ... org.eclipse.jetty - maven-jetty-plugin + jetty-maven-plugin {VERSION} ${project.basedir}/target/myfunkywebapp