Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPomLocation (0.05 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/ProjectBuildingException.java

            this.results = results;
        }
    
        public File getPomFile() {
            return pomFile;
        }
    
        /**
         * @deprecated use {@link #getPomFile()}
         */
        @Deprecated
        public String getPomLocation() {
            if (getPomFile() != null) {
                return getPomFile().getAbsolutePath();
            } else {
                return "null";
            }
        }
    
        public String getProjectId() {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jul 26 19:15:57 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top