From: Michael S. <sta...@us...> - 2005-10-20 20:39:09
|
Update of /cvsroot/archive-access/archive-access/projects/wb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11835 Modified Files: project.xml Log Message: * project.xml Don't generate reports not read. Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wb/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 2 Aug 2005 20:59:49 -0000 1.6 --- project.xml 20 Oct 2005 20:38:59 -0000 1.7 *************** *** 153,155 **** --- 153,184 ---- </resources> </build> + <!--List of reports to generate. + Some are not working. Fix. + --> + <reports> + <!--Use the heritrix javadoc goal rather than the default + maven javadoc plugin. The latter doesn't copy over doc-files + nor package.html files. + --> + <report>maven-license-plugin</report> + <!--Takes a long time. No one looks at it. Comment in when wanted. + <report>maven-changelog-plugin</report> + <report>maven-checkstyle-plugin</report> + --> + <!-- + <report>maven-jdepend-plugin</report> + --> + <report>maven-junit-report-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-pmd-plugin</report> + <report>maven-tasklist-plugin</report> + <!--<report>maven-findbugs-plugin</report> + --> + <!--<report>maven-developer-activity-plugin</report>--> + <!--TODO: <report>maven-file-activity-plugin</report>--> + <!--TODO: OOME and takes long time. + <report>maven-linkcheck-plugin</report> + --> + </reports> + </project> |