mirror of https://github.com/apache/maven.git
[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:
parent
b9aafb971a
commit
fddbcce347
|
@ -120,7 +120,7 @@ public class EjbMojo
|
|||
DEFAULT_EXCLUDES );
|
||||
|
||||
// create archive
|
||||
archiver.createArchive( project, archive );
|
||||
clientArchiver.createArchive( project, archive );
|
||||
}
|
||||
}
|
||||
catch ( Exception e )
|
||||
|
|
Loading…
Reference in New Issue