[ https://issues.apache.org/jira/browse/MSITE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated MSITE-846: --------------------------------- Summary: Maven Failsafe Plugin version range causes tests failures (was: Failsafe plugin version range causes tests failures) > Maven Failsafe Plugin version range causes tests failures > --------------------------------------------------------- > > Key: MSITE-846 > URL: https://issues.apache.org/jira/browse/MSITE-846 > Project: Maven Site Plugin > Issue Type: Bug > Affects Versions: 3.7.1 > Reporter: Graham Leggett > Assignee: Michael Osipov > Priority: Major > > When "mvn install" is executed, different versions of the failsafe plugin are > selected than if "mvn invoker:run" is executed. > This causes test failures in maven-site-plugin as follows: > {noformat} > [minfrin@localhost maven-site-plugin-3.8.1]$ mvn install -P run-its > [snip] > [INFO] Building: effective-site/pom.xml > [INFO] run post-build script verify.groovy > [INFO] effective-site/pom.xml ........................... FAILED > (4.8 s) > [INFO] The post-build script did not succeed. assert new File( basedir, > 'effective-site.xml' ).exists() > | | | > | | false > | > /home/gatekeeper/minfrin/src/apache/sandbox/maven/maven-site-plugin-3.8.1/target/it/effective-site > > /home/gatekeeper/minfrin/src/apache/sandbox/maven/maven-site-plugin-3.8.1/target/it/effective-site/effective-site.xml > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)