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:
parent
8d0bff5f43
commit
aa860c9ed8
@ -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
|
@ -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>
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user