a few more reports for now

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2881 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brant Gurganus 2004-08-11 20:19:13 +00:00
parent 8d0bff5f43
commit aa860c9ed8
3 changed files with 9 additions and 1 deletions

View File

@ -4,9 +4,14 @@ maven.compile.source = 1.4
maven.compile.target = 1.4
maven.docs.outputencoding = UTF-8
maven.jalopy.fileFormat = UNIX
maven.javadoc.customtags = todo
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
maven.javadoc.overview = src/overview.html
maven.jar.mainclass = net.sourceforge.pmd.swingui.PMDViewer
maven.pmd.enable = true
maven.pmd.cpd.enable = true
maven.uberjar.main = net.sourceforge.pmd.swingui.PMDViewer
maven.uberjar.main = net.sourceforge.pmd.swingui.PMDViewer
todo.name = todo
todo.description = To Do:
todo.enabled = false
todo.scope = all

View File

@ -107,6 +107,8 @@
<report>maven-checkstyle-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>
</project>

View File

@ -213,6 +213,7 @@ class PMDViewer extends JFrame {
* Runs the application.
*
* @param args command-line arguments
* @todo handle commmand-line argument to set logging level
*/
public static void main(final String[] args) {
LOGGER.entering(PMDViewer.class.getName(), "main", args);