Re: Directory/filename substitution for consecutive property names

2012-04-26 Thread adie
Ok, I've created separate archetype projects for each of modules and did some refactoring so now __ delimiters are always separated. This brings me to another question. *How to override filtering delimiters for fileSet filtering in archetype-metadata.xml?* Provided that I have following section in

[Archetype plugin] Using requiredProperty in module name, id

2012-04-17 Thread adie
Hello, My archetype-metadata.xml looks like this: impl/task **/*.project ... Impl

Directory/filename substitution for consecutive property names

2012-04-17 Thread adie
Hello, I am experiencing problems while using substitution feature while generating archetypes. Generally it works correctly except a case below: - ABC__param1param2__/__param3__ second and third param are not substituted. Instead, Maven complains that property '/' was not provided Thanks i