Sorry for that maybe stupid question, but I didn’t find an answer consulting the maven website and google.
I created an archetype quickstart skeleton, as well as a dedicated site skeleton with the archetype plugin (with the goals create and generate). What I’m looking for is a skeleton that combines both. So I can put my already existing java files in the src/java folder, configure my site templates, apt, faq files etc. within the src/site folder and use the site plugin to generate a customized project page with javadoc, project reports information… for my source code. How can I set this up easily? Thanks in advance! Regards, Matthias
