[jira] [Updated] (MNG-5606) maven should use JDK_HOME env var if present

2019-01-13 Thread Sylwester Lachiewicz (JIRA)


 [ 
https://issues.apache.org/jira/browse/MNG-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylwester Lachiewicz updated MNG-5606:
--
Labels:   (was: close-pending)

> maven should use JDK_HOME env var if present
> 
>
> Key: MNG-5606
> URL: https://issues.apache.org/jira/browse/MNG-5606
> Project: Maven
>  Issue Type: Wish
> Environment: windows 7
>Reporter: guai
>Priority: Trivial
>
> JAVA_HOME is for jre, but maven searches for javac there.
> One can add
> @if not "%JDK_HOME%" == "" set JAVA_HOME="%JDK_HOME%"
> to mvn.bat
> and the analogue string to .sh script



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MNG-5606) maven should use JDK_HOME env var if present

2015-10-10 Thread Michael Osipov (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNG-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-5606:

Labels: close-pending  (was: )

> maven should use JDK_HOME env var if present
> 
>
> Key: MNG-5606
> URL: https://issues.apache.org/jira/browse/MNG-5606
> Project: Maven
>  Issue Type: Wish
> Environment: windows 7
>Reporter: Gunchin Aleksey
>Priority: Trivial
>  Labels: close-pending
>
> JAVA_HOME is for jre, but maven searches for javac there.
> One can add
> @if not "%JDK_HOME%" == "" set JAVA_HOME="%JDK_HOME%"
> to mvn.bat
> and the analogue string to .sh script



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)