Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for yes (0.14 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          <organizationUrl>https://devel.org</organizationUrl>
          <roles>
            <role>devel</role>
          </roles>
          <timezone>-1</timezone>
          <properties>
            <developer>yes</developer>
          </properties>
        </developer>
      </developers>
      <contributors>
        <contributor>
          <name>project-contributor</name>
          <email>contributor@</email>
          <url>https://contributor</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          <organizationUrl>https://devel.org</organizationUrl>
          <roles>
            <role>devel</role>
          </roles>
          <timezone>-1</timezone>
          <properties>
            <developer>yes</developer>
          </properties>
        </developer>
      </developers>
      <contributors>
        <contributor>
          <name>project-contributor</name>
          <email>contributor@</email>
          <url>https://contributor</url>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  3. guava-gwt/pom.xml

        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: -->
                <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) -->
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
Back to top