sgoeschl 2005/04/26 02:46:28
Modified: . project.properties Log: Setting PMD rulesets Revision Changes Path 1.6 +13 -3 ws-xmlrpc/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/ws-xmlrpc/project.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.properties 15 Apr 2005 12:43:15 -0000 1.5 +++ project.properties 26 Apr 2005 09:46:28 -0000 1.6 @@ -2,13 +2,23 @@ # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +# ------------------------------------------------------------------- +# JAVA PLUGIN +# ------------------------------------------------------------------- + maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = off -maven.checkstyle.format = turbine +# ------------------------------------------------------------------- +# XDOC PLUGIN +# ------------------------------------------------------------------- -# display the date on the site maven.xdoc.date = left -# Display the version the web site is documenting maven.xdoc.version = ${pom.currentVersion} + +# ------------------------------------------------------------------- +# PMD PLUGIN +# ------------------------------------------------------------------- + +maven.pmd.rulesetfiles=rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/imports.xml \ No newline at end of file