[jira] [Commented] (MINVOKER-222) make invoker plugin work with eclipse's embedded maven

2017-06-18 Thread JIRA

[ 
https://issues.apache.org/jira/browse/MINVOKER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053291#comment-16053291
 ] 

Guillaume Boué commented on MINVOKER-222:
-

Maybe one possibility would be to have a new {{fork}} yes / no parameter: if 
yes, use current maven-invoker mechanism; if false, use maven-embedder. Not 
forking would likely break thread-safety of the mojo and also 
{{parallelThreads}} though (with tests setting their own, possibly conflicting, 
system properties). But I'm not sure maven-embedder can be used in a plugin 
context (I remember having class loading issues with EventSpyDispatcher when 
trying that).

> make invoker plugin work with eclipse's embedded maven 
> ---
>
> Key: MINVOKER-222
> URL: https://issues.apache.org/jira/browse/MINVOKER-222
> Project: Maven Invoker Plugin
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Gruust
>Priority: Minor
>
> Eclipse's embedded maven isn't run from an actual maven installation folder, 
> so maven-invoker-plugin fails when trying to find the maven installation. 
> Would be nice if we'd have some simple fallback to use the maven executable 
> found on the system executable path.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MINVOKER-222) make invoker plugin work with eclipse's embedded maven

2017-06-18 Thread Robert Scholte (JIRA)

[ 
https://issues.apache.org/jira/browse/MINVOKER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053271#comment-16053271
 ] 

Robert Scholte commented on MINVOKER-222:
-

Well, that's probably the issue. When using the embedded Maven, there's no need 
to have Maven installed on your system. IIRC maven-release-plugin suffers the 
same issue. Would be nice it this could work without an explicit installation.

> make invoker plugin work with eclipse's embedded maven 
> ---
>
> Key: MINVOKER-222
> URL: https://issues.apache.org/jira/browse/MINVOKER-222
> Project: Maven Invoker Plugin
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Gruust
>Priority: Minor
>
> Eclipse's embedded maven isn't run from an actual maven installation folder, 
> so maven-invoker-plugin fails when trying to find the maven installation. 
> Would be nice if we'd have some simple fallback to use the maven executable 
> found on the system executable path.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MINVOKER-222) make invoker plugin work with eclipse's embedded maven

2017-06-18 Thread JIRA

[ 
https://issues.apache.org/jira/browse/MINVOKER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053252#comment-16053252
 ] 

Guillaume Boué commented on MINVOKER-222:
-

You can already specify the {{invoker.mavenHome}} parameter. By adding it into 
your Maven build configuration in Eclipse, you can make sure the Invoker Plugin 
uses a concrete Maven home instead of the embedded one.

> make invoker plugin work with eclipse's embedded maven 
> ---
>
> Key: MINVOKER-222
> URL: https://issues.apache.org/jira/browse/MINVOKER-222
> Project: Maven Invoker Plugin
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Gruust
>Priority: Minor
>
> Eclipse's embedded maven isn't run from an actual maven installation folder, 
> so maven-invoker-plugin fails when trying to find the maven installation. 
> Would be nice if we'd have some simple fallback to use the maven executable 
> found on the system executable path.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)