On 12/14/06, nicolas de loof <[EMAIL PROTECTED]> wrote:
Could you please explain me what's the difference with using an assembly ? I've setup an assembly that creates a Jar with all classes from my two modules. The resulting Jar is fine according to my goal of a single artifact from tow maven modules. This doesn't solve the issue that the deployed POM is set with packaging "pom". I could use XSLT to convert the POM to "jar" packaging prior to deploy.
I haven't tried this, but I'd think that using the dependency plugin, you could still use 'jar' packaging, so the usual install and deploy phases would work more naturally. But, what happens if you use a packaging type of 'jar' for your pom with the assembly plugin? Have you bound the assembly creation to a lifecycle phase? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
