Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for defaultGoal (0.06 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java

                    for (Plugin plugin : build.getPlugins()) {
                        visit(plugin);
                    }
                    // PluginManagement
                    visit(build.getPluginManagement());
                    // DefaultGoal
                    org = build.getDefaultGoal();
                    val = interpolate(org);
                    if (org != val) {
                        build.setDefaultGoal(val);
                    }
                    // Resources
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 43.1K bytes
    - Click Count (0)
Back to Top