Am 20.10.2011 15:09, schrieb ntzanos:
> I want to change the default values that I have set in my archetype pom.xml
> to some custom value during project creation. Is this possilble?

Put a <requiredProperties> section into your archetype descriptor:

http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html

The archetype plugin asks for values for these required properties
during project creation. It is also possible to specify default values:

http://maven.apache.org/archetype/maven-archetype-plugin/specification/generate.html

Best regards

Ansgar

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to