I would like to configure the maven-dependency-plugin to unpack a dependency that contains templates I want to override prior to generating the source code in AndroMDA. Currently it does the unpacking into the directory I have setup as a mergerLocation in my andromda.xml but the unpacking occurs after the source is generated so it is being generated by the default cartridge templates? Is there a <phase> I can set that would force the unpacking to occur prior to source generation or should I use a command line entry like: mvn dependency:unpack install? I tried using the maven-remote-resources-plugin but it manipulates the .vm files in such a way as to prevent me from using it and it also runs after the source is generated?
Thanks Jerry -- View this message in context: http://www.nabble.com/maven-dependency-plugin-unpack-prior-to-generate-source-AndroMDA-tp14270713s177p14270713.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
