Archetype plugin - variable output folders for modules

2008-02-22 Thread Pablo Saavedra
Hi All, is there any way to specify an output directory for a module that is different from the source directory? For instance, I'd like a module contained in folder template-ui to be created as ${rootArtifactId}-ui. For what I could see, the dir property is used for both input and output

RE: Archetype plugin - variable output folders for modules

2008-02-22 Thread EJ Ciramella
:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 10:32 AM To: users@maven.apache.org Subject: Archetype plugin - variable output folders for modules Hi All, is there any way to specify an output directory for a module that is different from the source directory? For instance, I'd like a module

Re: Archetype plugin - variable output folders for modules

2008-02-22 Thread Pablo Saavedra
/descriptor /descriptors /configuration /plugin -Original Message- From: Pablo Saavedra [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 10:32 AM To: users@maven.apache.org Subject: Archetype plugin - variable output folders for modules Hi All

RE: Archetype plugin - variable output folders for modules

2008-02-22 Thread EJ Ciramella
Ahhh - sorry, lackOfCoffeeException() -Original Message- From: Pablo Saavedra [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 10:44 AM To: Maven Users List Subject: Re: Archetype plugin - variable output folders for modules Thanks EJ, but I think we are talking about

plugin variable

2004-06-24 Thread Sonnathi, Venkat
Hi, Can I set a variable for a plugin. For e.g. Can I set maven.build.dir setting for multiproject plugin alone? for the rest use-default? Thanks, --Venkat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Cannot get plugin variable values

2004-03-13 Thread Charles Daniels
Hi, I am having some trouble getting variable values from a plugin context. From one plugin, the following expression retrieves the expected value: ${pom.getPluginContext('maven-javadoc-plugin').getVariable('maven.javadoc.destdir') However, from another plugin, this expression returns no