Merge pull request #1302 from ctron/feature/fix_doc_issue_1
Fix wrong artifact ID of maven plugin
This commit is contained in:
commit
08da6bdd54
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue