FYI, I found the cause of the issue: this could be useful to share...

I defined a ~/.mavenrc file which defined MAVEN_OPTS env variable

since maven-invoker-plugin passed configuration from invoker.properties as 
MAVEN_OPTS env variable content, .mavenrc was just overriding

I changed my .mavenrc script to contain
MAVEN_OPTS="xxx $MAVEN_OPTS"
and now I don't have the failure any more, as expected

HTH others when having such strange issue...

Regards,

Hervé

Le jeudi 13 octobre 2016 20:22:06 Hervé BOUTEMY a écrit :
> same issue with maven-pmd-plugin-3.6: there's something strange on my
> machine...
> 
> then +1
> 
> Regards,
> 
> Hervé
> 
> Le jeudi 13 octobre 2016 20:02:27 Andreas Dangel a écrit :
> > That's weird. I don't see this... I'm on Linux, too.
> > 
> > Works with Java7 and maven 3.3.1, 3.3.3, 3.3.9.
> > 
> > The integration job seems to be ok, too:
> > https://builds.apache.org/job/maven-plugins-ITs-m3/
> > 
> > Am 13.10.2016 um 19:43 schrieb Hervé BOUTEMY:
> > > I built the release and got a failure in an IT:
> > > [INFO] Building: MPMD-187/pom.xml
> > > [INFO] run script verify.groovy
> > > [INFO] ..FAILED (4.4 s)
> > > [INFO]   The post-build script did not succeed. assert !pmdXml.exists()
> > > 
> > >        ||      true
> > >        |
> > >        |/home/herve/tmp/maven-pmd-plugin-3.7/target/it/MPMD-187/target/p
> > >        |md
> > >        |.xml
> > >        
> > >        false
> > > 
> > > I get the same result on trunk
> > > 
> > > Tested on Linux with JDK 7 and Maven 3.3.0 and 3.4.0-SNAPSHOT: am I the
> > > only one with such issue?
> > > 
> > > Regards,
> > > 
> > > Hervé
> > > 
> > > Le lundi 10 octobre 2016 20:15:01 Andreas Dangel a écrit :
> > >> Hi,
> > >> 
> > >> We solved 11 issues:
> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=123176
> > >> 21
> > >> &ve rsion=12334373&styleName=Text
> > >> 
> > >> There are still a couple of issues left in JIRA:
> > >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%2
> > >> 0r
> > >> eso lution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
> > >> 
> > >> Staging repo:
> > >> https://repository.apache.org/content/repositories/maven-1287
> > >> https://repository.apache.org/content/repositories/maven-1287/org/apach
> > >> e/
> > >> mav
> > >> en/plugins/maven-pmd-plugin/3.7/maven-pmd-plugin-3.7-source-release.zip
> > >> 
> > >> Source release checksum(s):
> > >> maven-pmd-plugin-3.7-source-release.zip sha1:
> > >> a8ccd94fa6c41ef66ad29932027eb03ca45b402d
> > >> 
> > >> Staging site:
> > >> https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/
> > >> 
> > >> Guide to testing staged releases:
> > >> https://maven.apache.org/guides/development/guide-testing-releases.html
> > >> 
> > >> Vote open for 72 hours.
> > >> 
> > >> [ ] +1
> > >> [ ] +0
> > >> [ ] -1
> > >> 
> > >> Regards,
> > >> Andreas
> > >> 
> > >> 
> > >> 
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > >> For additional commands, e-mail: dev-h...@maven.apache.org
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org


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

Reply via email to