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

Reply via email to