Re: ear-plugin : modifying manifest.mf in ejb projects

2007-03-16 Thread Manos Batsis
Jan Kroken wrote: Unfortunately, the ear plugin doesn't update the META-INF/MANIFEST.MF of the included ejb projects. The EJB project will only have access to libraries properly refered to from the manifest file, leaving the EJB projects with missing dependencies runtime. You have to

ear-plugin : modifying manifest.mf in ejb projects

2007-03-15 Thread Jan Kroken
Hi, We are using the maven ear plugin to build ear files containing several ejb projects. Each of these projects have a complex set of dependencies, not neccessarily with the same version. We specify the libraries to include in the ear in the pom.xml of the ear project, thus overriding any