Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getDefaultGoal (0.11 seconds)

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

            return executionRoot;
        }
    
        public void setExecutionRoot(boolean executionRoot) {
            this.executionRoot = executionRoot;
        }
    
        public String getDefaultGoal() {
            return getBuild() != null ? getBuild().getDefaultGoal() : null;
        }
    
        public Plugin getPlugin(String pluginKey) {
            org.apache.maven.api.model.Plugin plugin =
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Aug 29 12:47:20 GMT 2025
    - 67K bytes
    - Click Count (0)
Back to Top