Re: Using archetypes to deeply nest java files

2006-02-06 Thread Brett Porter
It sounds like a bug. Would you like to file it against the archetype project? http://jira.codehaus.org/browse/ARCHETYPE Thanks, Brett Scott Ryan wrote: > I am trying to build out an archetype in support of an appfuse plugin that I > am building for Maven 2.0. I have the following structure >

Using archetypes to deeply nest java files

2006-02-04 Thread Scott Ryan
I am trying to build out an archetype in support of an appfuse plugin that I am building for Maven 2.0. I have the following structure src/main/java/service/packagename.../service/Manager.java src/main/java/service/packagename.../service/impl/ManagerImpl.java I set up my archetype-resources as s