- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for withPomFile (0.05 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
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 Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0)