- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for copyProperties (0.04 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingRequest.java
} @Override public ProjectBuildingRequest setSystemProperties(Properties systemProperties) { if (systemProperties != null) { this.systemProperties = SystemProperties.copyProperties(systemProperties); } else { this.systemProperties.clear(); } return this; } @Override public Properties getUserProperties() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 10:13:56 UTC 2025 - 9.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java
return this; } @Override public MavenExecutionRequest setSystemProperties(Properties properties) { if (properties != null) { this.systemProperties = SystemProperties.copyProperties(properties); } else { this.systemProperties = null; } return this; } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 32.1K bytes - Viewed (0)