[MNG-444]Fix client generation.

Thanks to Kenney Westerhof

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-06-04 00:12:29 +00:00
parent b9aafb971a
commit fddbcce347
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class EjbMojo
DEFAULT_EXCLUDES );
// create archive
archiver.createArchive( project, archive );
clientArchiver.createArchive( project, archive );
}
}
catch ( Exception e )