Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 111 of 111 for getConfigurations (0.33 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java

                    execution.setLocation("phase", location);
                    execution.setLocation("goals", location);
    
                    XmlNode lifecycleConfiguration = mojo.getConfiguration();
                    if (lifecycleConfiguration != null) {
                        execution.setConfiguration(new Xpp3Dom(lifecycleConfiguration));
                    }
    
                    if (mojo.getDependencies() != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top