mirror of https://github.com/apache/maven.git
forgot one dependency update
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9eec3fc5c2
commit
ade9741a79
|
@ -19,6 +19,7 @@ package org.apache.maven.plugin.war;
|
|||
import org.apache.maven.archiver.MavenArchiveConfiguration;
|
||||
import org.apache.maven.archiver.MavenArchiver;
|
||||
import org.apache.maven.artifact.Artifact;
|
||||
import org.apache.maven.artifact.DependencyResolutionRequiredException;
|
||||
import org.apache.maven.plugin.AbstractPlugin;
|
||||
import org.apache.maven.plugin.PluginExecutionException;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
|
@ -248,7 +249,7 @@ public class WarMojo
|
|||
}
|
||||
|
||||
private void performPackaging( File warFile )
|
||||
throws IOException, ArchiverException, ManifestException
|
||||
throws IOException, ArchiverException, ManifestException, DependencyResolutionRequiredException
|
||||
{
|
||||
if ( "inplace".equals( mode ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue