Given an Artifact, how to I get its set of dependent artifacts? I'm trying to modify the EAR plugin to support "skinny" WARs i.e. WARs which have nothing in WEB-INF/lib but rather reference JARs packaged in their parent EAR. In other to do this, I need to be able to get the dependencies for each module. I can call project.getArtifacts() but that only returns my WARs. How do I get the runtime dependencies for each of those WARs so I can copy those into the EAR?
mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
