A-ha, "Filesets can be packaged, which means the selected files will be generated/copied in a directory structure that is prepended by the package property. They can be non-packaged, which means that the selected files will be generated/copied without that prepend.", *<fileSet filtered="true" packaged="true">* from archetype plugin docs<http://maven.apache.org/plugins/maven-archetype-plugin/specification/archetype-metadata.html> .
Regards, Stevo. On Fri, Oct 2, 2009 at 12:52 PM, Stevo Slavić <[email protected]> wrote: > Just found out, if XML schema for archetype-metadata.xml attached to this > maven-archetype-plugin issue<http://jira.codehaus.org/browse/ARCHETYPE-237>is > correct, fileSet in archetype-metadata.xml doesn't support > outputDirectory at all. How is one then supposed to alter package/directory > names originating from the archetype resources using package parameter? > > Regards, > Stevo. > > > On Fri, Oct 2, 2009 at 12:36 PM, Stevo Slavić <[email protected]> wrote: > >> Hello Maven users, >> >> Is it possible to reference archetype parameters in >> archetype-metadata.xml? E.g. I'd like to reference package parameter and use >> it in outputDirectory of a fileSet. >> >> Regards, >> Stevo. >> > >
