Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for tags (0.47 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 May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  2. guava/pom.xml

                <tag>
                  <name>implSpec</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>jls</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>revised</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>spec</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)
  3. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-release-plugin</artifactId>
              <configuration>
                <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
              </configuration>
            </plugin>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-release-plugin</artifactId>
              <configuration>
                <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
              </configuration>
            </plugin>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  5. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-release-plugin</artifactId>
              <configuration>
                <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
              </configuration>
            </plugin>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  6. 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 May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  7. 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)
  8. android/guava/pom.xml

                <tag>
                  <name>implSpec</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>jls</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>revised</name>
                  <placement>X</placement>
                </tag>
                <tag>
                  <name>spec</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)
  9. 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