- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parseFile (0.06 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 Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0)