Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for Sample (0.21 sec)

  1. maven-core/src/test/projects/default-maven/simple/pom.xml

      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>simple</groupId>
      <artifactId>simple</artifactId>
      <version>1.0-SNAPSHOT</version>
      <packaging>pom</packaging>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 08 08:46:30 GMT 2022
    - 383 bytes
    - Viewed (0)
  2. maven-core/src/test/projects/lifecycle-listener/lifecycle-listener-dependency-injection/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.lifecycle-listener.test</groupId>
      <artifactId>simple</artifactId>
      <version>1.0</version>
    
      <properties>
        <foo>${injected}</foo>
      </properties>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin</artifactId>
            <version>0.1</version>
            <executions>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 678 bytes
    - Viewed (0)
  3. maven-core/src/test/resources/consumer/simple/simple-parent/simple-testutils/pom.xml

      <parent>
        <groupId>org.sonatype.mavenbook.multi</groupId>
        <artifactId>utils-parent</artifactId>
        <relativePath>../utils-parent/pom.xml</relativePath>
      </parent>
      <artifactId>simple-testutils</artifactId>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Tue Nov 28 17:17:10 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  4. android/pom.xml

                  -->
                  <arg>-sourcepath</arg>
                  <arg>doesnotexist</arg>
                  <!-- https://errorprone.info/docs/installation#maven -->
                  <arg>-XDcompilePolicy=simple</arg>
                  <!-- -Xplugin:ErrorProne is set conditionally by a profile. -->
                </compilerArgs>
                <annotationProcessorPaths>
                  <path>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top