[
https://jira.codehaus.org/browse/ARCHETYPE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl-Heinz Marbaise updated ARCHETYPE-477:
------------------------------------------
Description:
If i run {{mvn -Prun-its clean verify}} it will result in the following:
{code}
[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
{code}
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.
was:
If i run {{mvn -Prun-its clean verify}} it will result in the following:
{code}
[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
{code}
If i change the maven-invoker-plugin from 1.7 to 1.9 no issue appears.
Environment: Maven 2.2.1, Maven 3.0.5, Maven 3.1.1, Maven 3.2.5
> Upgrade maven-invoker-plugin from 1.7 to 1.9
> --------------------------------------------
>
> Key: ARCHETYPE-477
> URL: https://jira.codehaus.org/browse/ARCHETYPE-477
> Project: Maven Archetype
> Issue Type: Bug
> Components: Plugin
> Affects Versions: 2.3
> Environment: Maven 2.2.1, Maven 3.0.5, Maven 3.1.1, Maven 3.2.5
> Reporter: Karl-Heinz Marbaise
> Attachments: build.log, build.log
>
>
> If i run {{mvn -Prun-its clean verify}} it will result in the following:
> {code}
> [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
> {code}
> 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.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)