Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectBuildFailureException (0.42 sec)

  1. maven-core/src/main/java/org/apache/maven/ProjectBuildFailureException.java

     * information including projectId that caused the failure.
     *
     *
     */
    public class ProjectBuildFailureException extends BuildFailureException {
    
        private final String projectId;
    
        public ProjectBuildFailureException(String projectId, MojoFailureException cause) {
            super("Build for project: " + projectId + " failed during execution of mojo.", cause);
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 1.7K bytes
    - Viewed (0)
Back to top