Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExtensionDescriptorLocation (0.3 sec)

  1. maven-core/src/main/java/org/apache/maven/project/ExtensionDescriptorBuilder.java

    /**
     * Creates an extension descriptor from some XML stream.
     *
     */
    public class ExtensionDescriptorBuilder {
    
        /**
         * @since 3.3.0
         */
        public String getExtensionDescriptorLocation() {
            return "META-INF/maven/extension.xml";
        }
    
        /**
         * Extracts the extension descriptor (if any) from the specified JAR file.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top