You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/27 07:59:59 UTC

cvs commit: jakarta-commons/jelly project.xml project.properties

dion        2004/08/26 22:59:59

  Modified:    jelly    project.xml project.properties
  Log:
  Add PMD report
  
  Revision  Changes    Path
  1.143     +1 -0      jakarta-commons/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- project.xml	10 Aug 2004 14:52:56 -0000	1.142
  +++ project.xml	27 Aug 2004 05:59:59 -0000	1.143
  @@ -378,6 +378,7 @@
       <report>maven-junit-report-plugin</report>
       <report>maven-jxr-plugin</report>
       <report>maven-license-plugin</report>
  +    <report>maven-pmd-plugin</report>
       <report>maven-tasklist-plugin</report>
     </reports>
     
  
  
  
  1.24      +12 -2     jakarta-commons/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.properties,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.properties	16 Aug 2004 01:52:34 -0000	1.23
  +++ project.properties	27 Aug 2004 05:59:59 -0000	1.24
  @@ -52,13 +52,23 @@
   maven.xdoc.jsl=../commons-build/commons-site.jsl
   maven.xdoc.date=left
   maven.xdoc.version=${pom.currentVersion}
  -
  -
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   maven.xdoc.poweredby.image =maven-feather.png
  +maven.xdoc.distributionUrl=http://www.apache.org/dist/java-repository/commons-jelly/jars
   
   apache.cvs=pserver:anoncvs@cvs.apache.org:/home/cvspublic
   
   maven.multiproject.excludes=project.xml
   maven.multiproject.includes=jelly-tags/*/project.xml
   maven.multiproject.navigation=independent
  +
  +maven.linkcheck.enable=false
  +
  +maven.pmd.rulesetfiles=\
  +  rulesets/basic.xml,\
  +  rulesets/unusedcode.xml,\
  +  rulesets/imports.xml,\
  +  rulesets/codesize.xml,\
  +  rulesets/coupling.xml,\
  +  rulesets/design.xml,\
  +  rulesets/strings.xml
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org