Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for contra (0.2 sec)

  1. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

                    <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
                    <property name="test.projects.repository" value="repositories/central" />
    
                    <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/projects/bad-dependency.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>test</groupId>
      <artifactId>invalid</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    
      <repositories>
        <repository>
          <id>central</id>
          <url>file:src/test/remote-repo</url>
        </repository>
      </repositories>
    
      <dependencies>
        <dependency>
          <!-- groupId deliberately missing -->
          <artifactId>b</artifactId>
          <version>0.1</version>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Sep 27 14:55:56 GMT 2011
    - 613 bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/multiple-repos/pom.xml

        <groupId>mng3984</groupId>
        <artifactId>test-1</artifactId>
        <version>0.1</version>
        <packaging>pom</packaging>
    
        <name>MNG-3984</name>
       <repositories>
         <repository>
           <id>central-parent</id>
           <name>Maven Repository Switchboard</name>
           <layout>default</layout>
           <url>https://repo1.maven.org/maven2</url>
           <snapshots>
             <enabled>false</enabled>
           </snapshots>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/multiple-repos/sub/pom.xml

        <version>0.1</version>
       </parent>
       <groupId>mng3984</groupId>
       <artifactId>test-2</artifactId>
       <version>0.1</version>
    
       <name>MNG-3984</name>
      <repositories>
        <repository>
          <id>central-child</id>
          <name>Maven Repository Switchboard</name>
          <layout>default</layout>
          <url>https://repo1.maven.org/maven2</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          <name>project-contributor</name>
          <email>contributor@</email>
          <url>https://contributor</url>
          <organization>contributor</organization>
          <organizationUrl>https://contrib.org</organizationUrl>
          <roles>
            <role>contrib</role>
          </roles>
          <timezone>+1</timezone>
          <properties>
            <contributor>yes</contributor>
          </properties>
        </contributor>
      </contributors>
    
    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)
  6. apache-maven/src/assembly/maven/conf/settings.xml

        </mirror>
      </mirrors>
    
      <!-- repositories
       | Specifies the list of default remote repositories that maven will search artifacts for.
      -->
      <repositories>
        <repository>
          <id>central</id>
          <name>Central Repository</name>
          <url>https://repo.maven.apache.org/maven2</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 19 15:06:01 GMT 2023
    - 11K bytes
    - Viewed (0)
  7. guava-gwt/pom.xml

             configurations downstream, and GWT uses the runtime configuration for
             its builds. Thus, GWT doesn't get j2objc-annotations transitively, in
             contrast to the other deps of `guava`, which it does get transitively.
             (Arguably we should redeclare *all* the `guava` deps here.) -->
        <dependency>
          <groupId>com.google.j2objc</groupId>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  8. android/pom.xml

                <!-- Set max heap for tests. -->
                <!-- Catch dependencies on the default locale by setting it to hi-IN. -->
                <argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens}</argLine>
              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-enforcer-plugin</artifactId>
              <version>3.0.0-M3</version>
    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)
  9. api/maven-api-settings/src/main/mdo/settings.mdo

              <type>String</type>
              <description>
                <![CDATA[
                A repository id or (since Maven 2.0.9) an expression matching one or many repository ids to mirror, e.g.,
                <code>central</code> or <code>*,!repo1</code>.
                <code>*</code> (since Maven 2.0.5), <code>external:*</code> (since Maven 2.0.9) and <code>external:http:*</code> (since Maven 3.8.0) have
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/repo-inheritance/pom.xml

      <repositories>
        <repository>
          <id>central</id>
          <name>it0043</name>
          <url>file:///${basedir}/target/maven-core-it0043-repo</url>
        </repository>
      </repositories>
    
      <pluginRepositories>
        <pluginRepository>
          <id>central</id>
          <name>it0043</name>
          <url>file:///${basedir}/target/maven-core-it0043-repo</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2K bytes
    - Viewed (0)
Back to top