Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Dost (0.14 sec)

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

        </contributor>
      </contributors>
    
      <mailingLists>
        <mailingList>
          <name>project-mailing-list</name>
          <subscribe>subscribe@</subscribe>
          <unsubscribe>unsubscribe@</unsubscribe>
          <post>post@</post>
          <archive>mail-archive</archive>
          <otherArchives>
            <otherArchive>other-archive</otherArchive>
          </otherArchives>
        </mailingList>
      </mailingLists>
    
      <prerequisites>
    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)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

      <mailingLists>
        <mailingList>
          <name>Maven Developer List</name>
          <subscribe>******@****.***</subscribe>
          <unsubscribe>******@****.***</unsubscribe>
          <post>******@****.***</post>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
          <otherArchives>
            <otherArchive>http://www.mail-archive.com/******@****.***/</otherArchive>
    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)
  3. maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mgmt/pom.xml

      <artifactId>test2</artifactId>
      <version>0.1</version>
    
      <name>Maven Integration Test :: MNG-4000</name>
      <description>
        Test that plugin executions without id are not lost among other plugin executions.
      </description>
    
      <build>
        <!-- NOTE: This test uses plugin management for the IT plugin. -->
        <pluginManagement>
          <plugins>
            <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/unc-path/pom.xml

      <description>Test inheritance of UNC paths</description>
    
      <modules>
        <module>child</module>
      </modules>
    
      <distributionManagement>
        <site>
          <id>site</id>
          <url>file:////host/site</url>
        </site>
      </distributionManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.5K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/wo-plugin-mgmt/pom.xml

      <artifactId>test1</artifactId>
      <version>0.1</version>
    
      <name>Maven Integration Test :: MNG-4000</name>
      <description>
        Test that plugin executions without id are not lost among other plugin executions.
      </description>
    
      <build>
        <!-- NOTE: This test does not use plugin management for the IT plugin. -->
        <plugins>
          <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/profile-plugin-mng-dependencies/pom.xml

      <version>1.0-SNAPSHOT</version>
      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-2174</name>
      <description>
        Verify that plugin dependencies defined by plugin management of a parent profile are not lost when the
        parent's main plugin management section is also present.
      </description>
    
      <modules>
        <module>sub</module>
      </modules>
    
      <build>
        <pluginManagement>
          <plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        </contributor>
      </contributors>
    
      <mailingLists>
        <mailingList>
          <name>project-mailing-list</name>
          <subscribe>subscribe@</subscribe>
          <unsubscribe>unsubscribe@</unsubscribe>
          <post>post@</post>
          <archive>mail-archive</archive>
          <otherArchives>
            <otherArchive>other-archive</otherArchive>
          </otherArchives>
        </mailingList>
      </mailingLists>
    
      <prerequisites>
    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. maven-core/src/test/resources-project-builder/profile-injection-order/pom.xml

      <version>1.0-SNAPSHOT</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-2309</name>
      <description>
        Test that profiles are injected in declaration order, with the last profile being the most dominant.
      </description>
    
      <profiles>
        <!-- NOTE: Using intentionally more than two profiles to prevent random test success -->
        <profile>
          <id>pom-a</id>
          <properties>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  9. guava-testlib/pom.xml

          </plugin>
          <plugin>
            <artifactId>maven-source-plugin</artifactId>
            <executions>
              <execution>
                <id>attach-test-sources</id>
                <phase>post-integration-test</phase>
                <goals><goal>test-jar</goal></goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-jar-plugin</artifactId>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jul 31 18:55:22 GMT 2023
    - 3.1K bytes
    - Viewed (0)
  10. android/guava-tests/pom.xml

          </plugin>
          <plugin>
            <artifactId>maven-source-plugin</artifactId>
            <executions>
              <execution>
                <id>attach-test-sources</id>
                <phase>post-integration-test</phase>
                <goals><goal>test-jar</goal></goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 19:01:53 GMT 2023
    - 3.9K bytes
    - Viewed (0)
Back to top