Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Action (0.21 sec)

  1. maven-core/src/test/resources-project-builder/dependency-order/w-plugin-mgmt/pom.xml

          <groupId>org.apache.maven.its.mng4003</groupId>
          <artifactId>d</artifactId>
          <version>1</version>
        </dependency>
      </dependencies>
    
      <build>
        <!-- NOTE: The combination with a plugin management section is an essential part of the test -->
        <pluginManagement>
          <plugins>
            <plugin>
              <artifactId>maven-clean-plugin</artifactId>
              <version>2.3</version>
            </plugin>
          </plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/dependency-order/wo-plugin-mgmt/pom.xml

          <groupId>org.apache.maven.its.mng4003</groupId>
          <artifactId>d</artifactId>
          <version>1</version>
        </dependency>
      </dependencies>
    
      <build>
        <!-- NOTE: The combination with a plugin section is an essential part of the test -->
        <plugins>
          <plugin>
            <artifactId>maven-clean-plugin</artifactId>
            <version>2.3</version>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/plugin-exec-merging-wo-version/sub/pom.xml

      </parent>
    
      <artifactId>child</artifactId>
    
      <name>Maven Integration Test :: MNG-3916</name>
      <description>
        Test that plugin executions are properly merged during inheritance, even if the child plugin section has no
        version.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-a</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/profile-plugin-mng-dependencies/pom.xml

      <name>Maven Integration Test :: MNG-2174</name>
      <description>
        Verify that plugin dependencies defined by plugin management of a parent profile are not lost when the
        parent's main plugin management section is also present.
      </description>
    
      <modules>
        <module>sub</module>
      </modules>
    
      <build>
        <pluginManagement>
          <plugins>
            <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)
  5. maven-core/src/test/resources-project-builder/plugin-exec-merging-wo-version/pom.xml

      <version>0.1</version>
      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-3916</name>
      <description>
        Test that plugin executions are properly merged during inheritance, even if the child plugin section has no
        version.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-a</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-exec-order-and-default-exec/pom.xml

      <description>
        Verify that default plugin executions contributed by the packaging are executed before user-defined
        executions from the POM's build section, regardless whether the executions are defined in the regular
        plugins section or the plugin management section.
      </description>
    
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <artifactId>maven-resources-plugin</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/profile-plugin-mng-dependencies/sub/pom.xml

      <name>Maven Integration Test :: MNG-2174</name>
      <description>
        Verify that plugin dependencies defined by plugin management of a parent profile are not lost when the
        parent's main plugin management section is also present.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-class-loader</artifactId>
            <executions>
    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