Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Guide (0.21 sec)

  1. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

        the same other JDK instance without hardcoding absolute paths into the {@code pom.xml}
        and without configuring every plugin that require path to JDK tools.</p>
    
        @see <a href="/guides/mini/guide-using-toolchains.html">Guide to Using Toolchains</a>
        ]]></description>
    
      <defaults>
        <default>
          <key>package</key>
          <value>org.apache.maven.toolchain.model</value>
        </default>
      </defaults>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. api/maven-api-settings/src/main/mdo/settings.mdo

                <code>*</code> (since Maven 2.0.5), <code>external:*</code> (since Maven 2.0.9) and <code>external:http:*</code> (since Maven 3.8.0) have
                a special meaning: see <a href="/guides/mini/guide-mirror-settings.html">Mirror Settings</a> guide.
                ]]>
              </description>
            </field>
            <field>
              <name>name</name>
              <required>false</required>
              <version>1.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  3. apache-maven/src/assembly/maven/conf/toolchains.xml

       | * configuration: Additional configuration for this tool.
       |   Look for documentation of the toolchains-aware plugin which configuration elements
       |   can be used.
       |
       | See also https://maven.apache.org/guides/mini/guide-using-toolchains.html
       |
       | General example
    
      <toolchain>
        <type/>
        <provides>
          <version>1.0</version>
        </provides>
        <configuration/>
      </toolchain>
    
       | JDK examples
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:09:10 GMT 2020
    - 3.5K bytes
    - Viewed (0)
Back to top