Add the possibility to generate files at project's root -------------------------------------------------------
Key: ARCHETYPE-143 URL: http://jira.codehaus.org/browse/ARCHETYPE-143 Project: Maven Archetype Issue Type: Improvement Affects Versions: 2.0-alpha-2 Reporter: Dominique Jean-Prost Priority: Minor Actually, I can't specify with fileset to generate files next to pom.xml, I mean, not in src dir. I tried the following, but it doesn't work <fileSet filtered="false" packaged="false"> <directory>/</directory> <includes> <include>ChangeMyName.xml</include> </includes> </fileSet> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira