Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for fdocs3 (0.18 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          <name>snaps</name>
          <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
        <site>
          <url>https://project.url/site</url>
          <id>project.site</id>
          <name>docs</name>
        </site>
        <downloadUrl>https://project.url/download</downloadUrl>
        <relocation>
          <groupId>reloc-gid</groupId>
          <artifactId>reloc-aid</artifactId>
          <version>reloc-version</version>
    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)
  2. api/pom.xml

          <plugins>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
              <executions>
                <execution>
                  <id>modello-site-docs</id>
                  <goals>
                    <goal>xdoc</goal>
                    <goal>xsd</goal>
                  </goals>
                  <phase>none</phase>
                </execution>
              </executions>
    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)
  3. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          <name>snaps</name>
          <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
        <site>
          <url>https://project.url/site</url>
          <id>project.site</id>
          <name>docs</name>
        </site>
        <downloadUrl>https://project.url/download</downloadUrl>
        <relocation>
          <groupId>reloc-gid</groupId>
          <artifactId>reloc-aid</artifactId>
          <version>reloc-version</version>
    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)
  4. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

              <version>${modelloVersion}</version>
              <configuration>
                <useJava5>true</useJava5>
              </configuration>
              <executions>
                <execution>
                  <id>site-docs</id>
                  <phase>pre-site</phase>
                  <goals>
                    <goal>xdoc</goal>
                    <goal>xsd</goal>
                  </goals>
                </execution>
                <execution>
    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. futures/listenablefuture1/pom.xml

            <artifactId>animal-sniffer-maven-plugin</artifactId>
          </plugin>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <executions>
              <execution>
                <id>attach-docs</id>
              </execution>
              <execution>
                <id>generate-javadoc-site-report</id>
                <phase>site</phase>
                <goals><goal>javadoc</goal></goals>
              </execution>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 12 21:42:09 GMT 2018
    - 2.2K bytes
    - Viewed (0)
  6. android/guava/pom.xml

                <offlineLink>
                  <url>https://docs.oracle.com/javase/9/docs/api/</url>
                  <location>https://docs.oracle.com/javase/9/docs/api/</location>
                </offlineLink>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  7. android/pom.xml

                    <!-- https://github.com/google/error-prone/blob/f8e33bc460be82ab22256a7ef8b979d7a2cacaba/docs/installation.md#jdk-16 -->
                    <!-- TODO(cpovirk): Use .mvn/jvm.config instead (per
                         https://errorprone.info/docs/installation#maven) if it can
                         be made not to interfere with JDK8 or if we stop building
                         with JDK8. -->
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  8. api/maven-api-settings/pom.xml

                    <param>generateLocationClasses=true</param>
                  </params>
                </configuration>
              </execution>
              <execution>
                <id>modello-site-docs</id>
                <goals>
                  <goal>xdoc</goal>
                  <goal>xsd</goal>
                </goals>
                <phase>generate-resources</phase>
                <configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  9. maven-api-impl/pom.xml

                    <param>minimalVersion=4.0.0</param>
                  </params>
                </configuration>
              </execution>
              <execution>
                <id>modello-site-docs</id>
                <phase>none</phase>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  10. maven-compat/src/main/mdo/profiles.mdo

                <type>ActivationFile</type>
              </association>
            </field>
          </fields>
        </class>
    
        <!-- TODO: reproduced from maven-model/maven.mdo, instead should inherit code and link to external docs -->
        <class>
          <name>RepositoryBase</name>
          <version>1.0.0</version>
          <description><![CDATA[
             Repository contains the information needed
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
Back to top