-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present
Description
Slawomir Jaranowski opened MSHARED-971 and commented
In org.apache.maven.shared.invoker.MavenCommandLineBuilder
we have code:
if ( request.isShellEnvironmentInherited() )
{
cli.addSystemEnvironment();
}
but in org.apache.maven.shared.utils.cli.Commandline we have:
public String[] getEnvironmentVariables()
{
addSystemEnvironment();
...
}
System environment variable are always added - it is inconsistent implementation.
Issue Links:
- MSHARED-1014 Optionally inherit system environment variables by Commandline
("is blocked by") - MSHARED-969 Environment variable with null value
Remote Links:
0 votes, 7 watchers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present