- Sort Score
- Result 10 results
- Languages All
Results 31 - 35 of 35 for relativePath (0.27 sec)
-
compat/maven-model-builder/src/site/apt/index.apt
** Build up a raw model by re-reading the file and enriching it based on information available in the reactor. Some features: *** Resolve version of versionless parents based on relativePath (including ci-friendly versions) *** Resolve version of versionless dependencies that are part of the reactor []
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
if (parent.getRelativePath() == null || parent.getRelativePath().isEmpty()) { buffer.append(" and 'parent.relativePath' points at no local POM"); } else { buffer.append(" and 'parent.relativePath' points at wrong local POM"); } }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 83.6K bytes - Viewed (0) -
pom.xml
<url>https://github.com/codelibs/fess</url> </scm> <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> <version>15.0.0-SNAPSHOT</version> <relativePath /> </parent> <properties> <!-- DEB & RPM build --> <packaging.fess.home.dir>/usr/share/fess</packaging.fess.home.dir> <packaging.fess.app.dir>${packaging.fess.home.dir}/app</packaging.fess.app.dir>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<version>4.0.0+</version> <description>The version of the parent project to inherit.</description> <type>String</type> </field> <field> <name>relativePath</name> <version>4.0.0+</version> <description> The relative path of the parent subproject POM file or directory within the checkout.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
// Unicode replacement character. assertThat(url.fragment).isEqualTo("\ufffd") assertThat(url.encodedFragment).isEqualTo("%80") } @Test fun relativePath() { val base = parse("http://host/a/b/c") assertThat(base.resolve("d/e/f")).isEqualTo(parse("http://host/a/b/d/e/f")) assertThat(base.resolve("../../d/e/f")).isEqualTo(parse("http://host/d/e/f"))
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0)