- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setModelId (0.06 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java
/** * Set the identifier of the POM in the format {@code * <groupId>:<artifactId>:<version>}. * * @param modelId */ public void setModelId(String modelId) { this.modelId = modelId; } // -- void setModelId( String ) /** * Get the location of the POM from which this POM was imported from. * Can return {@code null} if this POM was not imported. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.6K bytes - Viewed (0)