Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Wayne Fay
Simply add all the plugins to your section of your pom ie: org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-javadoc-plugin org.codehaus.mojo jxr-maven-plugin

RE: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Mike Perham
That's what the POM element is for. All reports in are run when site:site is run. Our build is just "mvn clean install site:site site:deploy" and includes 5-6 different report plugins (javadoc, pmd, cpd, jxr, project-info, etc) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread justin_fung
cc: Subject: Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Simply add all the plugins to your section of your pom ie: org.apache.maven.plugins maven-project-info-reports-plugin

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Wayne Fay
Fay" <[EMAIL PROTECTED]> > 04/11/2006 02:46 PM > Please respond to "Maven Users List" > > >To: "Maven Users List" >cc: >Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my > project site > >

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread justin_fung
04/11/2006 03:06 PM Please respond to "Maven Users List" To: "Maven Users List" cc: Subject: Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Here's my repos and plugin repos:

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread Wayne Fay
quot; <[EMAIL PROTECTED]> > 04/11/2006 03:06 PM > Please respond to "Maven Users List" > > >To: "Maven Users List" >cc: >Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my > project site > >

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread Stephen Duncan
You can cut that to "mvn clean install site-deploy" :) Although, if you're deploying the site, wouldn't you deploy the artifact too? "mvn clean deploy site-deploy"? -Stephen On 4/11/06, Mike Perham <[EMAIL PROTECTED]> wrote: > That's what the POM element is for. All reports in > are run wh