> Does anyone know how thtough maven I can package a JAR in an EAR file so > that this can be used by any other module within that EAR file?
This is a pretty straight-forward thing, usually. I know that we are doing it for numerous projects and there are countless others using Maven for this purpose around the world. Are you sure you haven't run into a bug in Geronimo? Can you try deploying your EAR file into JBoss or Weblogic or Glassfish and make sure that is correctly assembled etc before assuming this is a Maven problem? Or even just use the Glassfish j2ee verifier tool against the EAR? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
