- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 30 for RelativePath (0.06 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/GenerateAutoTestedSamplesTestTask.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 3.9K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategyTest.java
<groupId>com.example</groupId> <artifactId>parent-project</artifactId> <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>child-project</artifactId> <!-- No explicit groupId - will inherit from parent -->
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 35.2K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportAggregationWorkAction.kt
val (version, _, problem, relativePath, lineNumber) = it.split(';') byCategory.getOrPut(toCategory(version, file.nameWithoutExtension)) { mutableMapOf() }.getOrPut(file.nameWithoutExtension) { mutableSetOf() }.add(Problem(name = problem, relativePath = relativePath, lineNumber = lineNumber.toInt())) } }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Jun 02 09:57:54 UTC 2025 - 5.2K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/modules/p1/pom.xml
<project> <parent> <artifactId>p0</artifactId> <groupId>maven</groupId> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>p1</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 247 bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
* Determines if parent artifactId can be inferred from relativePath. */ private boolean canInferParentArtifactId(Element parentElement, Map<Path, Document> pomMap) { // Get relativePath (default is "../pom.xml" if not specified) String relativePath = parentElement.childText(MavenPomElements.Elements.RELATIVE_PATH); if (relativePath == null || relativePath.trim().isEmpty()) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.6K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/ExtractAndroidStudioTask.kt
@Suppress("SpreadOperator") relativePath = RelativePath(true, *relativePath.segments.drop(1).toTypedArray()) } } into(outputDir) } } fun extractDmg(androidStudioDistribution: File) {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 19 08:02:04 UTC 2025 - 3.7K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6983/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.example</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> <relativePath>./parent-pom.xml</relativePath> </parent> <artifactId>child</artifactId> <packaging>jar</packaging> <build> <plugins> <plugin> <groupId>${codehaus.groupId}</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 753 bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/maven/p1/1.0/p1-1.0.pom
<project> <parent> <artifactId>p0</artifactId> <groupId>maven</groupId> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>p1</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 247 bytes - Viewed (0) -
fess-crawler-lasta/pom.xml
<description>This is LastaFlute support.</description> <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-crawler-parent</artifactId> <version>15.4.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Dec 20 06:34:36 UTC 2025 - 2.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GenerateDocInfo.java
String relativePath = adocDir.relativize(adocFile.toPath()).toString(); File docInfo = new File(destinationDirectory, docInfoName); try { Files.write(docInfo.toPath(), Collections.singleton(String.format("<meta name=\"adoc-src-path\" content=\"%s\">", relativePath)), StandardOpenOption.CREATE); } catch (IOException e) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue May 27 09:07:14 UTC 2025 - 3K bytes - Viewed (0)