Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PATCH_MODULE (0.25 sec)

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

         *
         * Note that this option is incomplete, because it must be followed by a module name.
         * Use this type only when the module to patch is unknown.
         *
         * @see #patchModule(String)
         */
        PATCH_MODULE(StandardLocation.PATCH_MODULE_PATH, "--patch-module"),
    
        /**
         * The path identified by the Java {@code --processor-path} option.
         * The Java tools location is {@link StandardLocation#ANNOTATION_PROCESSOR_PATH}.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 15K bytes
    - Viewed (1)
Back to top