I think to define custom filtered properties you need to create an archetype.properties file:
http://maven.apache.org/plugins/maven-archetype-plugin/examples/create-with-property-file.html Thanks, Adam On Mon, 2009-11-09 at 14:21 +0100, Gajo Csaba wrote: > Hello, > > I have a very simple question regarding archetypes. I've created my own > basic archetype, and in archetype-resources/src/main/java/App.java I > wrote the following: > > package $xxx > > Installed the archetype, created a new project with it and also added > the -Dxxx=abc parameter... and it remained $xxx. I was expecting $xxx to > be replaced with abc. Is this not how it's supposed to work? > > Thanks, Csaba > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
