Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Tag (0.21 sec)

  1. api/pom.xml

                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                  <tags>
                    <tag>
                      <name>provisional</name>
                      <placement>tf</placement>
                      <head>Provisional:</head>
                    </tag>
                  </tags>
                </configuration>
                <reportSets>
                  <reportSet>
                    <id>aggregate</id>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  2. maven-bom/pom.xml

        <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
        <tag>maven-4.0.0-alpha-10</tag>
        <url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
      </scm>
      <issueManagement>
        <system>jira</system>
        <url>https://issues.apache.org/jira/browse/MNG</url>
      </issueManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

      </prerequisites>
    
      <scm>
        <url>https://project.url/trunk</url>
        <connection>https://project.url/scm</connection>
        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>ci</system>
        <url>https://project.url/ci</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

      </prerequisites>
    
      <scm>
        <url>https://project.url/trunk</url>
        <connection>https://project.url/scm</connection>
        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>ci</system>
        <url>https://project.url/ci</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  5. guava/pom.xml

              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>implNote</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>implSpec</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>jls</name>
    XML
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  6. android/guava/pom.xml

              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>implNote</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>implSpec</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>jls</name>
    XML
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/limited-inheritance/pom.xml

      </organization>
    
      <scm>
        <url>https://parent.url/viewvc</url>
        <connection>http://parent.url/scm</connection>
        <developerConnection>https://parent.url/scm</developerConnection>
        <tag>parent-tag</tag>
      </scm>
      <issueManagement>
        <system>parent-issues</system>
        <url>https://parent.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>parent-ci</system>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.6K bytes
    - Viewed (0)
Back to top