On 4/8/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
Is there anyways to get custom archetype handling for files which should really be in src/main/groovy, not src/main/java?
If you just want them directly in 'src/main/groovy' then add them as <resources> and not as source files. What's currently broken is the ability to "package" non-Java files, for example to get a .properties file into src/main/resources/com/example/myproject, where 'com/example/myproject' is the package supplied at runtime when the project is created from the archetype. It used to work. See: http://jira.codehaus.org/browse/ARCHETYPE-65 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
