Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 210 for name (0.14 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

      <version>0.2</version>
      <packaging>pom</packaging>
    
      <name>project-name</name>
      <description>project-description</description>
      <url>https://project.url/</url>
      <inceptionYear>2009</inceptionYear>
      <organization>
        <name>project-org</name>
        <url>https://project-org.url/</url>
      </organization>
      <licenses>
        <license>
          <name>project-license</name>
          <url>https://project.url/license</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  2. maven-compat/src/test/resources/inheritance-repo/t06/p0/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-t06</groupId>
      <artifactId>p0</artifactId>
      <packaging>pom</packaging>
      <name>p0</name>
      <version>1.0</version>
      <organization>
        <name>Codehaus</name>
      </organization>
      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t06-a</artifactId>
            <version>1.0</version>
          </dependency>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 992 bytes
    - Viewed (0)
  3. maven-compat/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml

      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven.t02</groupId>
      <artifactId>p2</artifactId>
      <packaging>pom</packaging>
      <name>p2</name>
      <version>1.0</version>
      <mailingLists>
        <mailingList>
          <name>mailing-list</name>
        </mailingList>
      </mailingLists>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/plugin-exec-order-with-lifecycle/pom.xml

      <artifactId>test</artifactId>
      <version>0.1</version>
      <!-- NOTE: The upper-case packaging name is intentional and triggers a special mode in the EmptyLifecycleExecutor -->
      <packaging>JAR</packaging>
    
      <name>Maven Integration Test :: MNG-4341</name>
      <description>
        Test that plugins bound to the same phase get executed in POM order even if one of the plugins participates
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  5. api/pom.xml

        <groupId>org.apache.maven</groupId>
        <artifactId>maven</artifactId>
        <version>4.0.0-beta-1-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api</artifactId>
      <packaging>pom</packaging>
      <name>Maven 4 API</name>
      <description>A new immutable API for Maven 4 to better manage what plugins and extensions can influence.</description>
    
      <modules>
        <module>maven-api-meta</module>
        <module>maven-api-di</module>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-injection-merge-order/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.mng4416</groupId>
      <artifactId>test</artifactId>
      <version>0.1</version>
    
      <name>Maven Integration Test :: MNG-4416</name>
      <description>
        Test that merging of plugins during profile injection follows these rules regarding ordering:
         model:   X ->      A -> B ->      D -> E
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 4.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-config-properties/pom.xml

                      <version>2.4</version>
                      <configuration>
                        <systemProperties>
                          <property>
                            <name>my.property</name>
                            <value>my.value</value>
                          </property>
                        </systemProperties>
                      </configuration>
                    </plugin>
                </plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.1K bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml

        <groupId>maven-t04</groupId>
        <version>1.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>maven-t04</groupId>
      <artifactId>p1</artifactId>
      <packaging>pom</packaging>
      <name>p1</name>
      <version>1.0</version>
      <scm>
        <url>scm-url</url>
      </scm>
    
      <dependencies>
    
        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t04-a</artifactId>
        </dependency>
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 876 bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/xml-whitespace/pom.xml

      <groupId>
        org.apache.maven.its.mng4070
      </groupId>
      <artifactId>
        parent
      </artifactId>
      <version>
        1.0
      </version>
      <packaging>
        pom
      </packaging>
    
      <name>Maven Integration Test :: MNG-4070</name>
      <description>
        Test that whitespace around artifact coordinates does not change artifact identity.
      </description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.2K bytes
    - Viewed (0)
  10. maven-core/src/test/projects/plugin-manager/project-contributing-system-scope-plugin-dep/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.mng3586</groupId>
      <artifactId>test2</artifactId>
      <version>1.0</version>
    
      <name>Maven Integration Test :: MNG-3586</name>
      <description>
        Test that plugin dependencies with scope system are part of the plugin class realm.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 1.3K bytes
    - Viewed (0)
Back to top