I am having some trouble creating my custom archetype. I followed the docs given at http://maven.apache.org/plugins/maven-archetype-plugin/examples/archetyp e.html however it is not clear how to include my default source & test files. I have:
<sources> <source>src/main/java/App.java</source> </sources> <testSources> <source>src/test/java/AppTest.java</source> </testSources> I have the files in the exact same directory structure under archetype-resources. However when I use this custom archetype, I get a different directory structure generated. It adds a directory called my <groupId> between the java folder and my class(s). How is this supposed to work? -dh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]