Re: Problem excluding source directory using maven-pmd-plugin with Jenkins CI

2015-09-30 Thread Rafael Fontoura
Looking at the generated log when running Maven on Jenkins, the maven-pmd-plugin is not using all configurations I'm doing on my pom.xml when I want to use a excludeRoot directory to not consider some classes to look for copy/pasted code (with CPD). I couldn't reproduce the problem using Maven CLI

Re: Problem excluding source directory using maven-pmd-plugin with Jenkins CI

2015-09-29 Thread Baptiste Mathus
Well, it depends. If running on the command line outside Jenkins triggers the issue, then it's more a Maven issue, hence here. If the CLI works fine, but only fails somehow in Jenkins, then it's more for Jenkinsci-users ML. Cheers 2015-09-29 14:44 GMT+02:00 Rafael Fontoura : > Hi. I have a prob

Problem excluding source directory using maven-pmd-plugin with Jenkins CI

2015-09-29 Thread Rafael Fontoura
Hi. I have a problem using maven-pmd-plugin with Jenkins CI. Is this the correct mailing list to ask for help? Thank you.