Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for repl (0.2 sec)

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

            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    
      <repositories>
        <repository>
          <id>project-remote-repo</id>
          <url>https://project.url/remote</url>
          <name>repo</name>
        </repository>
      </repositories>
    
      <build>
        <extensions>
          <extension>
            <groupId>org.apache.maven.its.ext</groupId>
    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/licenses-inheritance/pom.xml

      <artifactId>parent-1</artifactId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <licenses>
        <license>
          <name>parent-license</name>
          <url>https://parent.url/license</url>
          <distribution>repo</distribution>
        </license>
      </licenses>
    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)
  3. maven-core/src/test/resources-project-builder/id-container-joining-with-empty-elements/sub/pom.xml

        POM has a non-empty element and the child POM has an empty element to join.
      </description>
    
      <properties/>
    
      <repositories>
        <repository>
          <id>equal-repo-id</id>
          <url>file:///${basedir}/null</url>
          <snapshots/>
          <releases/>
        </repository>
      </repositories>
    
      <build>
        <plugins>
          <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.3K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
            <artifactId>mercury-repo-local-m2</artifactId>
            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
            <artifactId>mercury-repo-remote-m2</artifactId>
            <version>${mercuryVersion}</version>
            <scope>test</scope>
    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. pom.xml

    	<licenses>
    		<license>
    			<name>GNU Lesser General Public License, version 2.1</name>
    			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/jcifs.git</connection>
    		<developerConnection>scm:git:******@****.***:codelibs/jcifs.git</developerConnection>
    XML
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
  6. futures/listenablefuture1/pom.xml

        27.0, depends on
        listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
        version number is enough for some build systems (notably, Gradle) to select
        that empty artifact over the "real" listenablefuture-1.0 -- avoiding a
        conflict with the copy of ListenableFuture in guava itself. If users are
        using an older version of Guava or a build system other than Gradle, they
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 12 21:42:09 GMT 2018
    - 2.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/boolean-interpolation/pom.xml

      <properties>
        <filter.resources>true</filter.resources>
        <releasesEnabled>true</releasesEnabled>
      </properties>
    
      <repositories>
        <repository>
          <id>maven-core-it</id>
          <url>file:///${basedir}/repo</url>
          <releases>
            <!-- That's the boolean POM field we would like to interpolate -->
            <enabled>${releasesEnabled}</enabled>
          </releases>
        </repository>
      </repositories>
    
      <build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.5K bytes
    - Viewed (0)
  8. pom.xml

    	<inceptionYear>2009</inceptionYear>
    	<licenses>
    		<license>
    			<name>The Apache Software License, Version 2.0</name>
    			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<organization>
    		<name>CodeLibs</name>
    		<url>https://fess.codelibs.org/</url>
    	</organization>
    	<issueManagement>
    		<url>https://github.com/codelibs/fess/issues</url>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    
      <repositories>
        <repository>
          <id>project-remote-repo</id>
          <url>https://project.url/remote</url>
          <name>repo</name>
        </repository>
      </repositories>
    
      <build>
        <extensions>
          <extension>
            <groupId>org.apache.maven.its.ext</groupId>
    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)
  10. maven-core/src/test/resources-project-builder/id-container-joining-with-empty-elements/pom.xml

        POM has a non-empty element and the child POM has an empty element to join.
      </description>
    
      <properties>
        <prop0>test</prop0>
      </properties>
    
      <repositories>
        <repository>
          <id>equal-repo-id</id>
          <url>https://maven.apache.org/null</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <releases>
            <checksumPolicy>ignore</checksumPolicy>
          </releases>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.8K bytes
    - Viewed (0)
Back to top