Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 78 for testId (0.47 sec)

  1. maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.0.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>maven-test-c</artifactId>
      <packaging>jar</packaging>
      <version>1.0</version>
    Plain Text
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 183 bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulatorTest.java

            Repository r = new Repository();
            r.setId("test");
            r.setUrl("file:///test");
    
            Profile p = new Profile();
            p.setId("test");
            p.addPluginRepository(r);
    
            Settings settings = new Settings();
            settings.addProfile(p);
            settings.addActiveProfile(p.getId());
    
            testee.populateFromSettings(request, settings);
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Apr 15 17:24:20 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/inherited-properties-interpolation/active-profile/pom.xml

      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-4102</name>
      <description>
        Verify that the effective value of an inherited property reflects the values of any nested property
        as defined by the child. This boils down to the order of inheritance and (parent) interpolation.
      </description>
    
      <properties>
        <overridden>PARENT</overridden>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/inherited-properties-interpolation/no-profile/sub/pom.xml

      </parent>
    
      <groupId>org.apache.maven.its.mng4102</groupId>
      <artifactId>test</artifactId>
      <version>0.1</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-4102 :: Child</name>
      <description>
        Verify that the effective value of an inherited property reflects the values of any nested property
        as defined by the child. This boils down to the order of inheritance and (parent) interpolation.
    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. Jenkinsfile

                                        }
                                    } finally {
                                        // in ITs test we need only reports from test itself
                                        // test projects can contain reports with tested failed builds
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/core/test/test-extension/1/test-extension-1.jar

    t createProjectArtifac(String, String, String); public org.apache.maven.artifact.Artifact createProjectArtifac(String, String, String, String); static void <clinit>(); } META-INF/maven/org.apache.maven.core.test/test-extension/pom.xml 4.0.0 org.apache.maven.core.test test-extension jar 1 test-extension org.apache.maven.artifact maven-artifact 3.0-SNAPSHOT org.codehaus.plexus plexus-utils 1.1 org.codehaus.plexus plexus 1.0.11 pom org.codehaus.plexus plexus-component-api 1.0-alpha-16 org.codehaus.plexus...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 4.1K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/local-repo/maven-test/jars/maven-test-c-1.0.jar

    Britton Isbell <******@****.***> 1240982438 +0000
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 4 bytes
    - Viewed (0)
  8. maven-core/src/test/resources/local-repo/maven-test/poms/maven-test-a-1.0.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>maven-test-a</artifactId>
      <packaging>jar</packaging>
      <version>1.0</version>
      <repositories>
        <repository>
          <id>central</id>
          <name>Fake Maven Central Repository</name>
          <url>file://dummy</url>
        </repository>
      </repositories>
      <dependencies>
        <dependency>
          <groupId>maven-test</groupId>
    Plain Text
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 586 bytes
    - Viewed (0)
  9. maven-core/src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>maven-test-d</artifactId>
      <packaging>jar</packaging>
      <version>1.1</version>
    Plain Text
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 183 bytes
    - Viewed (0)
  10. maven-core/src/test/resources/imports-repo/t01/maven-test/jars/maven-test-a-1.0.jar

    Britton Isbell <******@****.***> 1240982438 +0000
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 4 bytes
    - Viewed (0)
Back to top