- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setPomFile (0.67 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
*/ @Deprecated public java.io.File getPomFile() { return (getDelegate().getPomFile() != null) ? getDelegate().getPomFile().toFile() : null; } @Deprecated public void setPomFile(java.io.File pomFile) { update( getDelegate().withPomFile(pomFile != null ? pomFile.toPath() : null)); } /** * Gets the POM file for the corresponding project (if any). *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)