> The 'mytranslets.jar' jar file created in 'myejbmodule' gets created in the > 'target' folder of 'myejbmodule' > > I would want to include the jar as part of the myearmodule.ear that gets > generated from 'myearmodule'. Any pointers??
Use build-helper-maven-plugin to bind that generated jar to your build (maybe with a classifier), then depend on it in the Ear project and it will automatically be bundled with other jars. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
