Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 517 for modelVersion (0.38 sec)

  1. maven-core/src/site/apt/inheritance.apt

     utilized across all your Maven projects.
    
    +-----+
     m0 <- m1 <- m2
    +-----+
    
     which is transformed into
    
    +-----+
     super model <- m0 <- m1 <- m2
    +-----+
    
    +-----+
    <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
       <groupId></groupId>
       <artifactId></artifactId>
       <version></version>
     </parent>
    </project>
    +-----+
    
    Extending the POM in the future
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 3.5K bytes
    - Viewed (0)
  2. maven-compat/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-1.0.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t04-b</artifactId>
      <packaging>jar</packaging>
      <version>1.0</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  3. maven-compat/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-2.0.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t04-b</artifactId>
      <packaging>jar</packaging>
      <version>2.0</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-2.0.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t04-b</artifactId>
      <packaging>jar</packaging>
      <version>2.0</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  5. maven-compat/src/test/resources/inheritance-repo/t07/maven-test/poms/t07-d-1.0.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t07-d</artifactId>
      <packaging>jar</packaging>
      <version>1.0</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  6. maven-compat/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.1.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t06-d</artifactId>
      <packaging>jar</packaging>
      <version>1.1</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.2.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t06-d</artifactId>
      <packaging>jar</packaging>
      <version>1.2</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.2.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>t05-d</artifactId>
      <packaging>jar</packaging>
      <version>1.2</version>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 176 bytes
    - Viewed (0)
  9. maven-core/src/test/resources/projects/parent-version-range-local-child-project-parent-version-expression/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>parent-version-range-local</groupId>
      <artifactId>parent</artifactId>
      <version>1</version>
      <packaging>pom</packaging>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Feb 01 13:35:07 GMT 2022
    - 192 bytes
    - Viewed (0)
  10. maven-core/src/test/resources/local-repo/maven-test/poms/maven-test-d-1.2.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-test</groupId>
      <artifactId>maven-test-d</artifactId>
      <packaging>jar</packaging>
      <version>1.1</version>
    Plain Text
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 183 bytes
    - Viewed (0)
Back to top