apache / apache/maven-verifier
[MSHARED-1132] Improved handling of system and user properties
- Dominant language
- Java
- Stars
- 6
- Forks
- 17
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MSHARED-1132](https://issues.apache.org/jira/browse/MSHARED-1132?redirect=false)** and commented
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.
---
**Issue Links:**
- [MNG-7556](https://issues.apache.org/jira/browse/MNG-7556) Clean up notion between user properties and system properties
1 votes, 2 watchers
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.