mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b574dcebc
commit
cb7d87a550
|
@ -30,7 +30,7 @@ public class WarExplodedMojo
|
||||||
{
|
{
|
||||||
public void execute() throws MojoExecutionException
|
public void execute() throws MojoExecutionException
|
||||||
{
|
{
|
||||||
buildExplodedWebapp( getWebappDirectory(), getWebappDirectory() );
|
buildExplodedWebapp( getWebappDirectory() );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue