Hi guys,
I use this command from the archetype plugin:
Mvn archetype:create -DarchetpeGroupId=org.apache.maven.archetypes \
-DarchetypeArtifactId=maven-archetype-site \
-DgroupId=com.mycompany \
-DartifactId=my-site
It creates a dedicated site project where I can customize the layout and the
html (via apt, faq files etc.) output stuff. How can I integrate my java
sources and reports for that sources (e.g. from javadoc, checkstyle, pmd,
xref...) to this site?
Regards,
Matthias
