Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for creation (0.57 sec)

  1. src/site/xdoc/index.xml

        <section name="Apache Maven 4.x">
    
          <p>Maven is a project development management and
        comprehension tool. Based on the concept of a project object model:
        builds, dependency management, documentation creation, site
        publication, and distribution publication are all controlled from
        <a href="./maven-model/maven.html">the <code>pom.xml</code> declarative file</a>. Maven can be extended by
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. pom.xml

      <name>Apache Maven</name>
      <description>Maven is a software build management and
        comprehension tool. Based on the concept of a project object model:
        builds, dependency management, documentation creation, site
        publication, and distribution publication are all controlled from
        the declarative file. Maven can be extended by plugins to utilise a
        number of other development tools for reporting or the build
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

      <name>Apache Maven</name>
      <description>Maven is a project development management and
        comprehension tool. Based on the concept of a project object model:
        builds, dependency management, documentation creation, site
        publication, and distribution publication are all controlled from
        the declarative file. Maven can be extended by plugins to utilise a
        number of other development tools for reporting or the build
        process.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

      <name>Apache Maven</name>
      <description>Maven is a project development management and
        comprehension tool. Based on the concept of a project object model:
        builds, dependency management, documentation creation, site
        publication, and distribution publication are all controlled from
        the declarative file. Maven can be extended by plugins to utilise a
        number of other development tools for reporting or the build
        process.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/projects/transform/jar/before.pom

        <groupId>io.github.helpermethod</groupId>
        <artifactId>zip-forge</artifactId>
        <version>1.0.1</version>
        <name>zip-forge</name>
        <description>A tiny, formatter-friendly Java DSL for creating ZIP files.</description>
        <url>https://github.com/helpermethod/zip-forge</url>
        <licenses>
            <license>
                <name>The Apache License, Version 2.0</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 12:04:39 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/projects/transform/jar/after.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>io.github.helpermethod</groupId>
      <artifactId>zip-forge</artifactId>
      <version>1.0.1</version>
      <name>zip-forge</name>
      <description>A tiny, formatter-friendly Java DSL for creating ZIP files.</description>
      <url>https://github.com/helpermethod/zip-forge</url>
      <licenses>
        <license>
          <name>The Apache License, Version 2.0</name>
          <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 12:04:39 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top