Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for commands (0.43 sec)

  1. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

            <version>${woodstoxVersion}</version>
          </dependency>
          <!--  Commons -->
          <dependency>
            <groupId>commons-cli</groupId>
            <artifactId>commons-cli</artifactId>
            <version>${commonsCliVersion}</version>
            <exclusions>
              <exclusion>
                <artifactId>commons-lang</artifactId>
                <groupId>commons-lang</groupId>
              </exclusion>
              <exclusion>
    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)
  2. maven-core/pom.xml

        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>commons-jxpath</groupId>
          <artifactId>commons-jxpath</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.xmlunit</groupId>
          <artifactId>xmlunit-assertj</artifactId>
          <scope>test</scope>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 15.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

          <groupId>org.apache.maven.shared</groupId>
          <artifactId>maven-plugin-testing-harness</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-velocity</artifactId>
        </dependency>
        <dependency>
    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)
  4. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

      </organization>
      <licenses>
        <license>
          <name>project-license</name>
          <url>https://project.url/license</url>
          <distribution>repo</distribution>
          <comments>free</comments>
        </license>
      </licenses>
    
      <developers>
        <developer>
          <id>dev</id>
          <name>project-developer</name>
          <email>developer@</email>
          <url>https://developer</url>
    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)
  5. pom.xml

    		<dependency>
    			<groupId>org.slf4j</groupId>
    			<artifactId>slf4j-api</artifactId>
    			<version>1.7.26</version>
    			<optional>true</optional>
    		</dependency>
    		<dependency>
    			<groupId>commons-logging</groupId>
    			<artifactId>commons-logging</artifactId>
    			<version>1.2</version>
    			<optional>true</optional>
    		</dependency>
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    XML
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:58:02 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

      </organization>
      <licenses>
        <license>
          <name>project-license</name>
          <url>https://project.url/license</url>
          <distribution>repo</distribution>
          <comments>free</comments>
        </license>
      </licenses>
    
      <developers>
        <developer>
          <id>dev</id>
          <name>project-developer</name>
          <email>developer@</email>
          <url>https://developer</url>
    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)
  7. pom.xml

    		</dependency>
    		<dependency>
    			<groupId>commons-codec</groupId>
    			<artifactId>commons-codec</artifactId>
    			<version>${commons.codec.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>commons-io</groupId>
    			<artifactId>commons-io</artifactId>
    			<version>${commons.io.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>org.apache.commons</groupId>
    			<artifactId>commons-lang3</artifactId>
    XML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sun Apr 14 04:03:33 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  8. maven-compat/src/test/projects/project-dependencies-resolver/project-with-exclusions/pom.xml

          <artifactId>maven-core-it-support</artifactId>
          <version>1.3</version>
          <scope>runtime</scope>
          <exclusions>
            <exclusion>
              <groupId>commons-lang</groupId>
              <artifactId>commons-lang</artifactId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

            <version>${woodstoxVersion}</version>
          </dependency>
          <!--  Commons -->
          <dependency>
            <groupId>commons-cli</groupId>
            <artifactId>commons-cli</artifactId>
            <version>${commonsCliVersion}</version>
            <exclusions>
              <exclusion>
                <artifactId>commons-lang</artifactId>
                <groupId>commons-lang</groupId>
              </exclusion>
              <exclusion>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  10. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

            <version>${woodstoxVersion}</version>
          </dependency>
          <!--  Commons -->
          <dependency>
            <groupId>commons-cli</groupId>
            <artifactId>commons-cli</artifactId>
            <version>${commonsCliVersion}</version>
            <exclusions>
              <exclusion>
                <artifactId>commons-lang</artifactId>
                <groupId>commons-lang</groupId>
              </exclusion>
              <exclusion>
    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)
Back to top