Re: skip child projects from PMD report

2009-04-09 Thread Priyanka Maheshwari

One more thing to add here is, in the pom.xml of parent 1, aggregate is given
as true. So the reports will be generated at parent 1 level, and my
requirement is to exclude PMD errors for child 1 from the parent 1 reports.

Thanks!


Priyanka Maheshwari wrote:
> 
> Hi,
> 
> this is structure of my maven projects:
> - parent 1
> |
> - child 1
> - child 2
> - child 3
> 
> pmd plugin is included in the parent 1 POM.xml. I want to skip/exclude
> child 1 from report generation.
> 
> And the maven command which I am giving for report generation is:
> mvn pmd:pmd -s settings.xml
> 
> The above command I am giving at parent 1 level.
> 
> Also NOTE I can not modify pom.xml for parent 1, only child pom.xml is in
> my scope.
> 
> I tried with giving skip, exclude in child pom.xml. It works if I am
> giving command at child level. But if I give command at parent level,
> target directory of parent will have pmd reports for child 1 as well.
> 
> Any suggestions on how to exclude chile from PMD reports.
> 
> Thanks in Advance!!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/skip-child-projects-from-PMD-report-tp22966964p22967525.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



skip child projects from PMD report

2009-04-09 Thread Priyanka Maheshwari

Hi,

this is structure of my maven projects:
- parent 1
|
- child 1
- child 2
- child 3

pmd plugin is included in the parent 1 POM.xml. I want to skip/exclude child
1 from report generation.

And the maven command which I am giving for report generation is:
mvn pmd:pmd -s settings.xml

The above command I am giving at parent 1 level.

Also NOTE I can not modify pom.xml for parent 1, only child pom.xml is in my
scope.

I tried with giving skip, exclude in child pom.xml. It works if I am giving
command at child level. But if I give command at parent level, target
directory of parent will have pmd reports for child 1 as well.

Any suggestions on how to exclude chile from PMD reports.

Thanks in Advance!!

-- 
View this message in context: 
http://www.nabble.com/skip-child-projects-from-PMD-report-tp22966964p22966964.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org