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

2007-12-12 Thread jeeads
of the poms is important when implying a plugin. Thanks Jerry Brian E Fox wrote: I'm not familiar with AndroMDA but if it works by unpacking first, binding it to validate should be the same. What is the packaging type of your project? -Original Message- From: jeeads [mailto:[EMAIL PROTECTED

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

2007-12-11 Thread jeeads
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

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

2007-12-11 Thread jeeads
these in the main pom.xml Thanks Jerry Brian E Fox wrote: 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

RE: deploy goal not copying resources to deployment repository

2007-12-09 Thread jeeads
. -Original Message- From: jeeads [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 6:34 PM To: users@maven.apache.org Subject: Re: deploy goal not copying resources to deployment repository When I read about the maven-resources-plugin outputDirectory it stated

Re: deploy goal not copying resources to deployment repository

2007-12-07 Thread jeeads
that is predicated on the environmental variable M2_REPO we can set the mergeLocation for these templates to that directory. Wendy Smoak-3 wrote: On Dec 7, 2007 2:45 PM, jeeads [EMAIL PROTECTED] wrote: outputDirectory ${env.M2_REPO}/${pom.groupId}/${pom.artifactId

deploy goal not copying resources to deployment repository

2007-12-07 Thread jeeads
I have a very basic pom ?xml version=1.0 encoding=UTF-8? project modelVersion4.0.0/modelVersion groupIdenterra/groupId artifactIdenterra-templates/artifactId version0.0.1-SNAPSHOT/version nameEnterra Templates/name description Coerced templates for the hibernate and