Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for __construct (0.17 sec)

  1. maven-core/src/test/resources-project-builder/profile-module-inheritance/sub/pom.xml

    <project>
        <parent>
        <groupId>org.ops4j.pax</groupId>
        <artifactId>construct</artifactId>
        <version>1.0</version>
      </parent>
    
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.ops4j</groupId>
      <artifactId>maven-inherit-plugin</artifactId>
      <version>1.1</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 291 bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/profile-module-inheritance/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.ops4j.pax</groupId>
      <artifactId>construct</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
    
      <profiles>
        <profile>
          <id>dist</id>
          <modules>
            <module>maven-inherit-plugin</module>
            <module>maven-pax-plugin</module>
          </modules>
        </profile>
        </profiles>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 385 bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

              <name>dependencies</name>
              <version>3.0.0+</version>
              <description>
                This element describes all the dependencies associated with a project.
                These dependencies are used to construct a classpath for your
                project during the build process. They are automatically downloaded from the
                repositories defined in this project.
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top