Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isProcessPlugins (0.05 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderRequest.java

         * resolving plugin dependencies and executing plugin goals that participate in project building.
         *
         * @return true if plugins should be processed, false otherwise
         */
        boolean isProcessPlugins();
    
        /**
         * Gets the list of remote repositories to use for resolving dependencies during project building.
         * These repositories will be used in addition to any repositories defined in the project itself.
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 10 07:30:49 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                                        || isStandalone
                                        || (pomFile != null
                                                && this.request.isProcessPlugins()
                                                && this.request.getValidationLevel()
                                                        == ModelBuildingRequest.VALIDATION_LEVEL_STRICT)
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
Back to top