[ https://jira.codehaus.org/browse/MINVOKER-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Hammar updated MINVOKER-147: ----------------------------------- Priority: Major (was: Critical) > setupIncludes / parallelThreads does not guarantee execution of setup*/pom.xml first. > ------------------------------------------------------------------------------------- > > Key: MINVOKER-147 > URL: https://jira.codehaus.org/browse/MINVOKER-147 > Project: Maven 2.x Invoker Plugin > Issue Type: Bug > Affects Versions: 1.8 > Environment: All. > Reporter: Karl Heinz Marbaise > > I've setup an integration test for a maven plugin. I have configured the maven-invoker-plugin like the following: > {code} > > org.apache.maven.plugins > maven-invoker-plugin > > > org.codehaus.groovy > groovy > ${org.codehaus.groovy-groovy.version} > > > org.codehaus.gmaven.runtime > gmaven-runtime-1.8 > ${org.codehaus.gmaven.runtime-gmaven-runtime-1.8} > > > > true > false > ${project.build.directory}/local-repo > ${project.build.directory}/it > src/it > true > > */pom.xml > > setup > verify > src/it/settings.xml > 1 > > > > integration-tests > > install > run > > > > > > {code} > I have a setup-config/pom.xml project which must be installed before any other tests which seemed to be working with the above configuration. > But I would like to use the parallelThreads with for example 3 or 4 the result is that the build fails, cause the setup-config/pom.xml project is not running before any other integration. > This gives the hint that it is not guaranteed that the setup-*/pom.xml project will be running before other integration tests. > In my opinion the setup-*/pom.xml project must be started first with the appropriate threads afterwards the other integration tests must be started within a second step. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira