Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setExecutionStrategy (0.07 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

         */
        public String getExecutionStrategy() {
            return executionStrategy;
        }
    
        /**
         * @param executionStrategy the new execution strategy
         */
        public void setExecutionStrategy(String executionStrategy) {
            this.executionStrategy = executionStrategy;
        }
    
        /**
         * @return the mojo configuration
         */
        public PlexusConfiguration getMojoConfiguration() {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 21.7K bytes
    - Viewed (0)
Back to top