- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for addSystemProperties (0.08 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java
} private Properties getSystemProperties() { Properties props = new Properties(); EnvironmentUtils.addEnvVars(props); SystemProperties.addSystemProperties(props); return props; } private static final class ProjectRelocation { private MavenProject project; private Artifact pomArtifact;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 25 12:03:50 GMT 2025 - 30.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java
// Load environment and system properties // ---------------------------------------------------------------------- EnvironmentUtils.addEnvVars(systemProperties); SystemProperties.addSystemProperties(systemProperties); systemProperties.putAll(context.systemPropertiesOverrides); // ----------------------------------------------------------------------Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:39:11 GMT 2025 - 25.5K bytes - Click Count (0)