- Sort Score
- Result 10 results
- Languages All
Results 41 - 42 of 42 for getUserProperties (0.1 sec)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
private void installIntoProjectLocalRepository(Artifact artifact) { String extension = artifact.getExtension(); String classifier = artifact.getClassifier(); if (Features.consumerPom(session.getUserProperties())) { if ("pom".equals(extension)) { if (classifier == null || classifier.isEmpty()) { classifier = "build"; } else if (classifier.equals("consumer")) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* by the user, e.g. via the {@code -Dkey=value} parameter on the command line. * * @return the user properties, never {@code null} */ @Nonnull Map<String, String> getUserProperties(); /** * Returns immutable system properties to use for interpolation. The system properties are collected from the * runtime environment such as {@link System#getProperties()} and environment variables
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 16:43:07 UTC 2024 - 36.4K bytes - Viewed (0)