[
https://issues.apache.org/jira/browse/MNG-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314848#comment-17314848
]
Robert Scholte commented on MNG-7141:
-------------------------------------
Maven wrapper plugin is only responsible for downloading. The scripts are part
of Maven, to be precise:
https://github.com/apache/maven/blob/master/apache-maven/src/assembly/shared/validate#L30-L40
> different environment variables like JAVA_HOME depending on the project.
> ------------------------------------------------------------------------
>
> Key: MNG-7141
> URL: https://issues.apache.org/jira/browse/MNG-7141
> Project: Maven
> Issue Type: Improvement
> Components: maven wrapper
> Reporter: Terrien Jean-Yves
> Priority: Major
>
> Hello,
> A suggestion :
> Add in script just after
> {code:sh}
> if [-f "$ HOME/.mavenrc"]; then
> . "$ HOME/.mavenrc"
> fi
> # <==== this to load local mavenrc
> if [-f ".mvn/mavenrc"]; then
> . ".mvn/mavenrc"
> fi
> {code}
> This allows to have different environment variables like JAVA_HOME depending
> on the project.
> Currently it is possible to choose the version of maven in the properties
> file but not the version of java.
> In all projects, the maven command is run with the same version of java
> because it depends on the user's environment and not the project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)