RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-12 Thread jeeads
s [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 11, 2007 9:06 AM > To: users@maven.apache.org > Subject: RE: maven-dependency-plugin unpack prior to generate-source > AndroMDA > > > Brian, >Thanks for the quick response. I have tried using "Validate" i

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread Brian E. Fox
bject: RE: maven-dependency-plugin unpack prior to generate-source AndroMDA Brian, Thanks for the quick response. I have tried using "Validate" in the property but it still creates the source from the templates prior to unpacking the necessary resources? If I take the node

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread jeeads
Brian, Thanks for the quick response. I have tried using "Validate" in the property but it still creates the source from the templates prior to unpacking the necessary resources? If I take the node tree out of the plugin and use mvn dependency:unpack install everything seems to work jus

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread Brian E. Fox
You can use any of the phases listed here: http://www.sonatype.com/book/lifecycle.html If androMDA uses generate-sources, then you need to use validate. -Original Message- From: jeeads [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 4:41 AM To: users@maven.apache.org Subject: m