Details
Description
If i run mvn -Prun-its clean verify it will result in the following:
[INFO] Build Summary: [INFO] Passed: 2, Failed: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [ERROR] The following builds failed: [ERROR] * build-archetype/pom.xml [ERROR] * property-setting-cli/pom.xml [INFO] ------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE
If i change the maven-invoker-plugin from 1.7 to 1.9 no issue appears. So the version in the pom of the maven-archetype-plugin can be removed and the parent can do it's work.