Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for system (0.19 sec)

  1. maven-core/src/test/projects/plugin-manager/project-contributing-system-scope-plugin-dep/pom.xml

      <groupId>org.apache.maven.its.mng3586</groupId>
      <artifactId>test2</artifactId>
      <version>1.0</version>
    
      <name>Maven Integration Test :: MNG-3586</name>
      <description>
        Test that plugin dependencies with scope system are part of the plugin class realm.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin</artifactId>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 1.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/limited-inheritance/child/pom.xml

      <scm>
        <developerConnection>https://child.url/scm</developerConnection>
      </scm>
      <issueManagement>
        <url>https://child.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>child-ci</system>
        <url>https://child.url/ci</url>
      </ciManagement>
      <distributionManagement>
        <repository>
          <id>child-distros</id>
          <url>ssh://child.url/distros</url>
        </repository>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  3. maven-bom/pom.xml

        <url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
      </scm>
      <issueManagement>
        <system>jira</system>
        <url>https://issues.apache.org/jira/browse/MNG</url>
      </issueManagement>
      <ciManagement>
        <system>Jenkins</system>
        <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
      </ciManagement>
      <distributionManagement>
        <site>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Mar 06 19:57:04 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>ci</system>
        <url>https://project.url/ci</url>
        <notifiers>
          <notifier>
            <type>irc</type>
            <address>ci@</address>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  5. maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml

      <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>
          <groupId>com.sun</groupId>
          <artifactId>tools</artifactId>
          <version>1.4.2</version>
          <scope>system</scope>
          <systemPath>${jre.home}/../lib/tools.jar</systemPath>
        </dependency>
      </dependencies>
    
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 1.7K bytes
    - Viewed (0)
  6. maven-core/src/test/projects/project-builder/it0063/pom.xml

      <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>
          <groupId>com.sun</groupId>
          <artifactId>tools</artifactId>
          <version>1.4.2</version>
          <scope>system</scope>
          <systemPath>${jre.home}/../lib/tools.jar</systemPath>
        </dependency>
      </dependencies>
    
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 1.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/projects/modelsourcebasedir/pom.xml

      <packaging>pom</packaging>
      <version>1.0</version>
    
      <dependencies>
        <dependency>
          <groupId>blah</groupId>
          <artifactId>blah</artifactId>
          <version>0.0.1-SNASPSHOT</version>
          <scope>system</scope>
          <systemPath>${basedir}/blah.jar</systemPath>
        </dependency>
      </dependencies>
    
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Aug 17 08:59:48 GMT 2021
    - 645 bytes
    - Viewed (0)
  8. android/guava-bom/pom.xml

      </parent>
    
      <name>Guava BOM</name>
      <description>BOM for Guava artifacts</description>
      <url>https://github.com/google/guava</url>
      <inceptionYear>2010</inceptionYear>
    
      <issueManagement>
        <system>GitHub Issues</system>
        <url>https://github.com/google/guava/issues</url>
      </issueManagement>
    
      <licenses>
        <license>
          <name>Apache License, Version 2.0</name>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Dec 10 15:48:57 GMT 2020
    - 1.5K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/system-property-interpolation/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>gid</groupId>
      <artifactId>aid</artifactId>
      <version>1.0</version>
    
      <name>${system.property}</name>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 981 bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        <developerConnection>https://project.url/scm</developerConnection>
        <tag>TAG</tag>
      </scm>
      <issueManagement>
        <system>issues</system>
        <url>https://project.url/issues</url>
      </issueManagement>
      <ciManagement>
        <system>ci</system>
        <url>https://project.url/ci</url>
        <notifiers>
          <notifier>
            <type>irc</type>
            <address>ci@</address>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
Back to top