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 <jreimann@redhat.com>
This commit is contained in:
Jens Reimann 2017-02-06 15:36:19 +01:00
parent b0c74f109b
commit 70cd294ddd
1 changed files with 2 additions and 2 deletions

View File

@ -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 // All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0 // are made available under the terms of the Eclipse Public License v1.0
@ -506,7 +506,7 @@ Here's how to set it:
... ...
<plugin> <plugin>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<version>{VERSION}</version> <version>{VERSION}</version>
<configuration> <configuration>
<war>${project.basedir}/target/myfunkywebapp</war> <war>${project.basedir}/target/myfunkywebapp</war>