git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-09 06:06:46 +00:00
parent 4b574dcebc
commit cb7d87a550
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class WarExplodedMojo
{ {
public void execute() throws MojoExecutionException public void execute() throws MojoExecutionException
{ {
buildExplodedWebapp( getWebappDirectory(), getWebappDirectory() ); buildExplodedWebapp( getWebappDirectory() );
} }
} }