Re: Properties in the archetype

2010-11-18 Thread Asmann, Roland
Doesn't anybody have an idea? On 06.11.2010 19:09, Asmann, Roland wrote: Hi all, I'm having some problems with properties in archetypes. I read that it is possible to have files and directories renamed with properties (http://jira.codehaus.org/browse/ARCHETYPE-191), but this seems

Re: Properties in the archetype

2010-11-18 Thread Joachim Van der Auwera
anybody have an idea? On 06.11.2010 19:09, Asmann, Roland wrote: Hi all, I'm having some problems with properties in archetypes. I read that it is possible to have files and directories renamed with properties (http://jira.codehaus.org/browse/ARCHETYPE-191), but this seems to be not working

Properties in the archetype

2010-11-06 Thread Asmann, Roland
Hi all, I'm having some problems with properties in archetypes. I read that it is possible to have files and directories renamed with properties (http://jira.codehaus.org/browse/ARCHETYPE-191), but this seems to be not working on modules. I have a certain project-structure that must be used

properties variables in archetype pom?

2008-11-12 Thread Rusty Wright
I'm trying to create an archetype using the instructions from the apache maven web site: $ mvn archetype:create-from-project $ cd target/generated-sources/archetype/ $ mvn install $ mkdir /tmp/archetype $ cd /tmp/archetype $ mvn archetype:generate -DarchetypeCatalog=local But at the last step

properties at maven archetype plugin

2008-05-20 Thread Marcelo Romulo Fernandes
Hi, I have some questions about using properties at maven archetype plug-in: 1 - when I define a requiredProperty with defaultValue, this property are not asked to the user. Is there any way to ask the user and if he just press 'enter' the defaultValue is filled? 2 - could we show

[m2] Referencing System properties in an archetype pom

2006-01-17 Thread Allan Lewis
Is there a way to include additional system properties on the command line when running an archetype:create? We have an archetype that would need to include a (configurable) dependency. What we'd like to do is something like the following: mvn archetype:create -DarchetypeGroupId=...