- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parseFile (0.36 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
<code> <![CDATA[ public static final String SOURCE_POM = "pom"; public static final String SOURCE_SETTINGS = "settings.xml"; // We don't want this to be parseable...it's sort of 'hidden' // default source for this profile is in the pom itself. private String source = SOURCE_POM; public void setSource(String source) { this.source = source; }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)