  | |  | MANIFEST.MF | MANIFEST.MF 2004-09-06 - By jeff mutonho
Back Hi guys I've got a couple of ejb projects that each have their own META-INF/MANIFEST.MF files , containing the line Class-Path: Somejar-1.1.jar or more jars. Now , when I run ejb:install as a goal on each ejb project , the original manifest files are replaced with those that maven creates , and they don't have Class-Path entry. I've looked at plugin.properties for the maven-ejb-plugin-1.5 and it says the following :
# Location of ejb xml configs - not used atm due to using jar task not ejbjar
maven.ejb.descriptordir=${maven.ejb.src}/META-INF
maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF
Since , these are not being used , how can I get the ejb:install to use the manifest file sitting under
${basedir}/ejbModule/META-INF ?
jeff mutonho
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now.
|
|
 |