Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for Antoun (0.21 sec)

  1. maven-compat/src/test/resources/inheritance-repo/t09/p0/p1/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t09-a</artifactId>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 739 bytes
    - Viewed (0)
  2. maven-compat/src/test/resources/inheritance-repo/t10/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t10-c</artifactId>
          <scope>runtime</scope>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 877 bytes
    - Viewed (0)
  3. maven-core/src/test/resources/imports-repo/t01/p0/p3/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>maven-test-d</artifactId>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 1.5K bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t04-c</artifactId>
          <version>1.0</version>
        </dependency>
    
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 876 bytes
    - Viewed (0)
  5. maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>maven-test-b</artifactId>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 1.1K bytes
    - Viewed (0)
  6. maven-compat/src/test/resources/inheritance-repo/t07/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t07-c</artifactId>
          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.3K bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t06-c</artifactId>
          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.3K bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t09/p0/p2/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t09-d</artifactId>
          <version>1.0</version>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 877 bytes
    - Viewed (0)
  9. maven-compat/src/test/resources/inheritance-repo/t03/p0/p1/pom.xml

      <artifactId>p1</artifactId>
      <packaging>pom</packaging>
      <name>p1</name>
      <version>1.0</version>
      <scm>
        <url>scm-url</url>
      </scm>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/imports-repo/t01/p0/p2/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>maven-test-c</artifactId>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 1.4K bytes
    - Viewed (0)
Back to top