Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for rsitze (0.27 sec)

  1. maven-core/src/test/resources-project-builder/limited-inheritance/pom.xml

          <url>ssh://parent.url/snaps</url>
          <uniqueVersion>false</uniqueVersion>
          <layout>legacy</layout>
        </snapshotRepository>
        <site>
          <id>parent-site</id>
          <name>parent-site</name>
          <url>scp://parent.url/site</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  2. 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>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. pom.xml

        <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
      </ciManagement>
      <distributionManagement>
        <site>
          <id>apache.website</id>
          <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
        </site>
        <downloadUrl>https://maven.apache.org/download.html</downloadUrl>
      </distributionManagement>
    
      <properties>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

              <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>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

                </goals>
              </execution>
    
              <execution>
                <id>archetype-test-site</id>
                <phase>process-test-resources</phase>
                <configuration>
                  <tasks>
                    <property name="test.projects.name" value="site" />
                    <property name="test.projects.version" value="1.0" />
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 08:59:31 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  6. maven-bom/pom.xml

      </ciManagement>
      <distributionManagement>
        <site>
          <id>apache.website</id>
          <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
        </site>
        <downloadUrl>https://maven.apache.org/download.html</downloadUrl>
      </distributionManagement>
    
      <properties>
        <maven.site.path>ref/4-LATEST/${project.artifactId}</maven.site.path>
      </properties>
    
      <dependencyManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. maven-core/pom.xml

            <executions>
              <execution>
                <!-- This step is required to generate xdoc, and does not generate java code -->
                <id>modello-site-doc</id>
                <goals>
                  <goal>xdoc</goal>
                </goals>
                <phase>pre-site</phase>
                <configuration>
                  <version>1.0.0</version>
                  <models>
                    <model>src/main/mdo/extension.mdo</model>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top