Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sage (0.14 sec)

  1. maven-core/src/test/resources-project-builder/equal-plugin-deps/pom.xml

      <description>
        Verify that using the same dependency for different plugins doesn't blow up the project builder.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-a</artifactId>
            <version>1.0-SNAPSHOT</version>
            <dependencies>
              <!-- NOTE: That's exactly the same dependency as for the other plugin. -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/plugin-exec-order/wo-plugin-mgmt/pom.xml

      <artifactId>test</artifactId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-3887</name>
      <description>
        Test that multiple plugin executions bound to the same phase are executed in the order given by the POM.
      </description>
    
      <build>
        <!-- This project does not use plugin management for the test plugin -->
        <plugins>
          <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/repo-inheritance/pom.xml

      <artifactId>maven-it-it0043</artifactId>
      <version>1.0-SNAPSHOT</version>
    
      <name>Maven Integration Test :: it0043</name>
      <description>Test for repository inheritance - ensure using the same id overrides the defaults</description>
    
      <repositories>
        <repository>
          <id>central</id>
          <name>it0043</name>
          <url>file:///${basedir}/target/maven-core-it0043-repo</url>
        </repository>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2K bytes
    - Viewed (0)
Back to top