Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setPomFile (0.05 seconds)

  1. api/maven-api-model/src/main/mdo/maven.mdo

        }
    
        /**
         * @deprecated Use {@link #setPomPath(Path)} instead.
         */
        @Deprecated(since = "4.0.0")
        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).
         *
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
Back to Top