Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for __component (0.22 sec)

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

      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.plexus</groupId>
            <artifactId>plexus-component-metadata</artifactId>
          </plugin>
    
          <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>2.4.3</version>
           </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 01 10:59:19 GMT 2009
    - 676 bytes
    - Viewed (0)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

      </scm>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-component-metadata</artifactId>
              <version>${plexusVersion}</version>
              <executions>
                <execution>
                  <goals>
                    <goal>generate-metadata</goal>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

      </scm>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-component-metadata</artifactId>
              <version>${plexusVersion}</version>
              <executions>
                <execution>
                  <goals>
                    <goal>generate-metadata</goal>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

      </scm>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-component-metadata</artifactId>
              <version>${plexusVersion}</version>
              <executions>
                <execution>
                  <goals>
                    <goal>generate-metadata</goal>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/micromailer/pom.xml

          <version>1.1.7</version>
          <type>jar</type>
          <scope>compile</scope>
          <exclusions>
            <exclusion>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-component-api</artifactId>
            </exclusion>
            <exclusion>
              <groupId>velocity</groupId>
              <artifactId>velocity</artifactId>
            </exclusion>
            <exclusion>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/execution-configuration-subcollections/pom.xml

                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <excludes>
                                            <exclude>*:plexus-component-api</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                </rules>
                            </configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.7K bytes
    - Viewed (0)
Back to top