Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nexus (0.15 sec)

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

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-parent</artifactId>
      <version>8-SNAPSHOT</version>
      <packaging>pom</packaging>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-component-metadata</artifactId>
              <version>1.4.0</version>
            </plugin>
            </plugins>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sat Oct 24 16:34:48 GMT 2009
    - 482 bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/duplicate-exclusions-dependency/nexus-parent.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-parent</artifactId>
      <version>8-SNAPSHOT</version>
      <packaging>pom</packaging>
    
      <properties>
        <plexus.version>1.0-beta-3.0.5-SNAPSHOT</plexus.version>
      </properties>
    
      <dependencyManagement>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 961 bytes
    - Viewed (0)
Back to top