Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for checkout (0.21 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>relativePath</name>
              <version>4.0.0+</version>
              <description>
                The relative path of the parent {@code pom.xml} file within the checkout.
                If not specified, it defaults to {@code ../pom.xml}.
                Maven looks for the parent POM first in this location on
                the filesystem, then the local repository, and lastly in the remote repo.
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. apache-maven/pom.xml

              <plugin>
                <groupId>net.nicoulaj.maven.plugins</groupId>
                <artifactId>checksum-maven-plugin</artifactId>
                <version>1.11</version>
                <executions>
                  <execution>
                    <id>source-release-checksum</id>
                    <goals>
                      <goal>artifacts</goal>
                    </goals>
                    <configuration>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  3. maven-compat/src/main/mdo/profiles.mdo

              <type>String</type>
            </field>
            <field>
              <name>checksumPolicy</name>
              <version>1.0.0</version>
              <description>
                What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
                above), "warn" (default for Maven 2 and 3) or "ignore".
              </description>
              <type>String</type>
            </field>
          </fields>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  4. api/maven-api-settings/src/main/mdo/settings.mdo

            </field>
            <field>
              <name>checksumPolicy</name>
              <version>1.0.0+</version>
              <description>
                What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
                above), "warn" (default for Maven 2 and 3) or "ignore".
              </description>
              <type>String</type>
            </field>
          </fields>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top