[
https://issues.apache.org/jira/browse/MINVOKER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013026#comment-16013026
]
Hudson commented on MINVOKER-219:
---------------------------------
SUCCESS: Integrated in Jenkins build maven-plugins #8966 (See
[https://builds.apache.org/job/maven-plugins/8966/])
[MINVOKER-219] Change default value for cloneProjectsTo and cloneClean
(rfscholte: [http://svn.apache.org/viewvc/?view=rev&rev=1795362])
* (edit) maven-invoker-plugin/src/it/local-repo-default/verify.bsh
* (edit) maven-invoker-plugin/src/it/script-context/verify.bsh
* (edit) maven-invoker-plugin/src/it/script-errors/verify.bsh
* (edit) maven-invoker-plugin/src/it/script-interpreter-detection/verify.bsh
* (edit) maven-invoker-plugin/src/it/selector-conditions/verify.bsh
* (edit) maven-invoker-plugin/src/it/selector-scripts/verify.bsh
* (edit)
maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
> Change default value for cloneProjectsTo and cloneClean
> -------------------------------------------------------
>
> Key: MINVOKER-219
> URL: https://issues.apache.org/jira/browse/MINVOKER-219
> Project: Maven Invoker Plugin
> Issue Type: Improvement
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Priority: Minor
> Fix For: 3.0.0
>
>
> Up until now {{cloneProjectsTo}} is never set, which means that by default
> the source-directory gets polluted with the IT test execution.
> You often see this parameter is set to {{target/its}}, so let's use that as
> the new default.
> To ensure the IT output-folder is in the correct state, it is also better the
> set {{cloneClean}} to {{true}} by default. This is more efficient compared to
> {{mvn clean}} because only a subset of the folders are cleaned.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)