Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPomFile (0.04 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderResult.java

         */
        @Nonnull
        String getProjectId();
    
        /**
         * Gets the POM file from which the project was built.
         *
         * @return the optional POM file
         */
        @Nonnull
        Optional<Path> getPomFile();
    
        /**
         * Gets the project that was built.
         *
         * @return The project that was built or {@code null} if an error occurred and this result accompanies a
         *         {@link ProjectBuilderException}.
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-01-29 08:17
    - 2.6K bytes
    - Viewed (0)
Back to top