Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 250 for Parent (0.21 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 28 03:35:10 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>
        <dependencies>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 961 bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/dependency-inheritance/maven-parent.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-parent</artifactId>
      <version>11</version>
      <packaging>pom</packaging>
    
      <name>Apache Maven</name>
    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)
  4. maven-core/src/test/resources-project-builder/single-configuration-inheritance/jetty-parent.xml

      <modelVersion>4.0.0</modelVersion>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty-parent</artifactId>
      <packaging>pom</packaging>
      <name>Jetty :: Administrative Parent</name>
      <version>7</version>
    
      <build>
    
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.2K bytes
    - Viewed (0)
  5. maven-core/src/test/projects/project-builder/MNG-6983/parent-pom.xml

        <modelVersion>4.0.0</modelVersion>
    
        <groupId>org.example</groupId>
        <artifactId>parent</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
    
        <properties>
            <codehaus.groupId>org.codehaus.mojo</codehaus.groupId>
        </properties>
    
        <build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Oct 03 10:51:51 GMT 2020
    - 1.4K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/projects/child-with-bogus-parent.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <model>
    
      <extend>${basedir}/bogus.xml</extend>
    
      <parent>
        <groupId>maven</groupId>
        <artifactId>bogus</artifactId>
        <version>1.0-beta-9</version>
      </parent>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 947 bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-config-append/no-profile/pom.xml

              <configuration>
                <listParam>
                  <!-- NOTE: These values are deliberately not in alpha order! -->
                  <listParam>PARENT-1</listParam>
                  <listParam>PARENT-3</listParam>
                  <listParam>PARENT-2</listParam>
                  <listParam>PARENT-4</listParam>
                </listParam>
              </configuration>
            </plugin>
          </plugins>
        </pluginManagement>
        <plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.6K bytes
    - Viewed (0)
  8. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        </description>
      </expression>
      <expression>
        <syntax>project.parent</syntax>
        <configuration>
          <![CDATA[
    <parent>
      <groupId>project.group</groupId>
      <artifactId>project-artifact</artifactId>
      <version>0.0.0.0</version>
    </parent>
        ]]></configuration>
        <description> This is the MavenProject instance for the parent of the current POM.
        </description>
      </expression>
      <expression>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 5.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/plugin-order/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.sonatype.nexus</groupId>
        <artifactId>nexus-parent</artifactId>
        <version>8-SNAPSHOT</version>
        <relativePath>nexus-parent.xml</relativePath>
      </parent>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
          <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 01 10:59:19 GMT 2009
    - 676 bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/plugin-config-merging/child/pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.apache.maven.its.mng3836</groupId>
        <artifactId>parent</artifactId>
        <version>1.0-SNAPSHOT</version>
      </parent>
    
      <groupId>org.apache.maven.its.mng3836</groupId>
      <artifactId>child</artifactId>
      <version>1.0-SNAPSHOT</version>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.4K bytes
    - Viewed (0)
Back to top