You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2022/10/04 05:00:00 UTC

[jira] [Updated] (MSHARED-1132) Improved handling of system properties

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

Slawomir Jaranowski updated MSHARED-1132:
-----------------------------------------
    Description: 
In embedded mode system properties are overridden by values provided by user in current JVM, but some of properties can be read only https://bugs.openjdk.org/browse/JDK-8206908

In fork mode system properties are provided as Maven user properties,
should be add to {{MAVEN_OPTS}} environment variable.

Because one correct place for system properties is {{MAVEN_OPTS}} we should force forked mode when system properties are set.

 

 

  was:
In embedded mode system properties are overridden by values provided by user in current JVM, but some of properties can be read only https://bugs.openjdk.org/browse/JDK-8206908

In fork mode system properties are provided as Maven user properties,
should be add to {{MAVEN_ARGS}} environment variable.

Because one correct place for system properties is {{MAVEN_ARGS}} we should force forked mode when system properties are set.

 

 


> Improved handling of system properties
> --------------------------------------
>
>                 Key: MSHARED-1132
>                 URL: https://issues.apache.org/jira/browse/MSHARED-1132
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-verifier
>            Reporter: Slawomir Jaranowski
>            Priority: Major
>             Fix For: maven-verifier-2.0.0
>
>
> In embedded mode system properties are overridden by values provided by user in current JVM, but some of properties can be read only https://bugs.openjdk.org/browse/JDK-8206908
> In fork mode system properties are provided as Maven user properties,
> should be add to {{MAVEN_OPTS}} environment variable.
> Because one correct place for system properties is {{MAVEN_OPTS}} we should force forked mode when system properties are set.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)