Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for slashpath (0.15 sec)

  1. maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml

            <version>2.1-SNAPSHOT</version>
            <executions>
              <execution>
                <id>compile-classpath</id>
                <phase>validate</phase>
                <goals>
                  <goal>compile</goal>
                </goals>
                <configuration>
                  <compileClassPath>${project.build.directory}/compile.classpath</compileClassPath>
                  <significantPathLevels>1</significantPathLevels>
                </configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/profile-injected-dependencies/pom.xml

      <artifactId>test</artifactId>
      <version>0.1-SNAPSHOT</version>
    
      <name>Maven Integration Test :: MNG-1412</name>
      <description>
        Check that dependencies are available in classpath in same order as declared in POM.
      </description>
    
      <dependencies>
        <!-- model dependencies first, in the order given -->
        <dependency>
          <groupId>org.apache.maven.its.mng1412</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
Back to top