[
https://issues.apache.org/jira/browse/MINVOKER-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418150#comment-16418150
]
Phillip Webb commented on MINVOKER-224:
---------------------------------------
If I understand correctly you're suggesting only setting the default
{{closeProjectsTo}} value if you're building a Maven Plugin, otherwise it will
be {{null}}. I think that will work find for us. I basically need to be able to
run [this
build|https://github.com/spring-projects/spring-boot/blob/770cbfae0e1046eeddff31c1d9b777401b565a8d/spring-boot-samples-invoker/pom.xml#L21].
> Unable to set cloneProjectsTo to null
> -------------------------------------
>
> Key: MINVOKER-224
> URL: https://issues.apache.org/jira/browse/MINVOKER-224
> Project: Maven Invoker Plugin
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Phillip Webb
> Assignee: Robert Scholte
> Priority: Major
> Fix For: 3.0.2
>
>
> [MINVOKER-219|https://issues.apache.org/jira/browse/MINVOKER-219] changed the
> default value of {{cloneProjectsTo}} to {{target/its}}. This change
> unfortunately now makes it impossible to have a {{null}} value, meaning that
> in-place invocation is no longer supported. From the Javadoc:
> {quote}Directory to which projects should be cloned prior to execution. If
> set to null, each integration test will be run in the directory in which the
> corresponding IT POM was found. In this case, you most likely want to
> configure your SCM to ignore target and build.log in the test's base
> directory.{quote}
> Is it possible to revert this change, or to provide a alternative property to
> allow cloning to be skipped?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)