Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for it0061 (0.14 sec)

  1. maven-core/src/test/resources-project-builder/distribution-management/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.it0061</groupId>
      <artifactId>maven-it-it0061</artifactId>
      <version>1.0</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: it0061</name>
    
      <distributionManagement>
        <repository>
          <id>test</id>
          <url>file:target/test-repo</url>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  2. maven-core/src/test/projects/project-builder/it0063/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.it0063</groupId>
      <artifactId>maven-it-it0063</artifactId>
      <version>1.0</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: it0063</name>
      <description>Test the use of a system scoped dependency to a (fake) tools.jar.</description>
    
      <dependencies>
        <dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 1.7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/profile-dependencies-multiple-profiles/pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.it0021</groupId>
      <artifactId>test</artifactId>
      <version>1.0-SNAPSHOT</version>
    
      <name>Maven Integration Test :: it0021</name>
      <description>
        Test pom-level profile inclusion (this one is activated by system property).
      </description>
    
      <build>
        <plugins>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  4. maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.it0063</groupId>
      <artifactId>maven-it-it0063</artifactId>
      <version>1.0</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: it0063</name>
      <description>Test the use of a system scoped dependency to a (fake) tools.jar.</description>
    
      <dependencies>
        <dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 15 14:24:56 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/repo-inheritance/pom.xml

      <groupId>org.apache.maven.its.it0043</groupId>
      <artifactId>maven-it-it0043</artifactId>
      <version>1.0-SNAPSHOT</version>
    
      <name>Maven Integration Test :: it0043</name>
      <description>Test for repository inheritance - ensure using the same id overrides the defaults</description>
    
      <repositories>
        <repository>
          <id>central</id>
          <name>it0043</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-management-inheritance/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.it0052</groupId>
      <artifactId>maven-it-it0052</artifactId>
      <version>1.0</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: it0052</name>
      <description>Test that source attachment doesn't take place when -DperformRelease=true is missing.</description>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2.1K bytes
    - Viewed (0)
  7. src/test/resources/LOGTEST.properties

    I0001=test
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 30 bytes
    - Viewed (0)
  8. src/net/http/cookiejar/punycode_test.go

    			"\u0075\u0065\u0064\u0065\u006E\u0073\u0069\u006D\u0070" +
    			"\u006C\u0065\u006D\u0065\u006E\u0074\u0065\u0068\u0061" +
    			"\u0062\u006C\u0061\u0072\u0065\u006E\u0045\u0073\u0070" +
    			"\u0061\u00F1\u006F\u006C",
    		"PorqunopuedensimplementehablarenEspaol-fmd56a",
    	},
    	{
    		// (K) Vietnamese.
    		"\u0054\u1EA1\u0069\u0073\u0061\u006F\u0068\u1ECD\u006B" +
    			"\u0068\u00F4\u006E\u0067\u0074\u0068\u1EC3\u0063\u0068" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 4.6K bytes
    - Viewed (0)
  9. maven-compat/src/test/java/org/apache/maven/ProjectDependenciesResolverTest.java

            assertEquals(1, artifactDependencies.size());
        }
    
        @Test
        void testSystemScopeDependencyIsPresentInTheCompileClasspathElements() throws Exception {
            File pom = getProject("it0063");
    
            Properties eps = new Properties();
            eps.setProperty("jre.home", new File(pom.getParentFile(), "jdk/jre").getPath());
    
            MavenSession session = createMavenSession(pom, eps);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. src/unicode/digit_test.go

    	0x1C50,
    	0x1C59,
    	0xA620,
    	0xA629,
    	0xA8D0,
    	0xA8D9,
    	0xA900,
    	0xA909,
    	0xAA50,
    	0xAA59,
    	0xFF10,
    	0xFF19,
    	0x104A1,
    	0x1D7CE,
    }
    
    var testLetter = []rune{
    	0x0041,
    	0x0061,
    	0x00AA,
    	0x00BA,
    	0x00C8,
    	0x00DB,
    	0x00F9,
    	0x02EC,
    	0x0535,
    	0x06E6,
    	0x093D,
    	0x0A15,
    	0x0B99,
    	0x0DC0,
    	0x0EDD,
    	0x1000,
    	0x1200,
    	0x1312,
    	0x1401,
    	0x1885,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.5K bytes
    - Viewed (0)
Back to top