Hi, any particular reason for not using maven-ear-plugin, since it will generate manifest classpath entries based on dependencies of your projects?
hth marco On 2/6/07, Manos Batsis <[EMAIL PROTECTED]> wrote:
Hello, Back in my Ant-based projects i used the pathconvert to generate manifest files from myruntime.classpathref. I also filtered all those jars out of my WARs/WEB-INF/lib and put them in the EAR/lib, where (thanks to the manifests) both EJBs and WAR classes could access them, avoiding duplication of library JARs. I'm getting ready to port the same logic through the antrun plugin, then use exclusions and what not to finally end up with the same structure and was wondering if there is a better way to do this. Thanks in advance, Manos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
