- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MultiProject (0.06 sec)
-
impl/maven-core/src/site/apt/configuration-management.apt
defined the maven.multiproject.includes property in any of his properties files for the current project. if yes. then I'm able to find projects that can be offered to be opened together with the current project. problems with the current solution are: 1. information is duplicate. once in POM's dependencies and once in the maven.multiproject.includes property.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.8K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/generate-samples.gradle.kts
val capKind = kind.capitalize().replace("y", "ie") + "s" val languageDisplayName = language.toString().replace("C++", "{cpp}") val sampleName = "building$capName$capKind" + if (modularizationOption.isMulti()) "MultiProject" else "" val multiProjectSuffix = if (modularizationOption.isMulti()) " with libraries" else "" val generateSampleTask = project.tasks.register<GenerateSample>("generateSample${sampleName.capitalize()}") {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 13:46:12 UTC 2025 - 3.4K bytes - Viewed (0)