Merge pull request #1302 from ctron/feature/fix_doc_issue_1

Fix wrong artifact ID of maven plugin
This commit is contained in:
Joakim Erdfelt 2017-02-06 07:51:12 -07:00 committed by GitHub
commit 08da6bdd54
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
// are made available under the terms of the Eclipse Public License v1.0
@ -506,7 +506,7 @@ Here's how to set it:
...
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<artifactId>jetty-maven-plugin</artifactId>
<version>{VERSION}</version>
<configuration>
<war>${project.basedir}/target/myfunkywebapp</war>