- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 3,157 for Project (0.06 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
} // do not attempt to find projects when the plugin is applied just to generate accessors if (project.name != "gradle-kotlin-dsl-accessors" && project.name != "enterprise-plugin-performance" && project.name != "test" /* remove once wrapper is updated */) { dependencies { "${prefix}TestImplementation"(project) "${prefix}TestImplementation"(project.the<ExternalModulesExtension>().junitJupiter)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 12.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectSorter.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 10.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanLogger.java
writer.accept("=== PROJECT BUILD PLAN ================================================"); writer.accept("Project: " + getKey(project)); writer.accept("Repositories (dependencies): " + project.getRemoteProjectRepositories()); writer.accept("Repositories (plugins): " + project.getRemotePluginRepositories()); Optional<BuildStep> planStep = plan.step(project, BuildStep.PLAN);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 7.1K bytes - Viewed (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
} } publications.withType<MavenPublication>().configureEach { pom { description = provider { require(project.description != null) { "You must set the description of published project ${project.name}" } project.description } url = "https://gradle.org" licenses { license { name = "Apache-2.0"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 17 16:12:44 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectActivation.java
* build if those projects do not exist. */ public class ProjectActivation { /** * ProjectActivationSettings * @param selector the selector of a project, which can be the project directory, [groupId]:[artifactId] or :[artifactId] * @param activationSettings describes how/when to active or deactivate the project */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 7.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginRealmCache.java
* collected from this method in combination with a custom cache implementation to dispose unused records from the * cache. * * @param project The project that employs the plugin realm, must not be {@code null}. * @param record The cache record being used for the project, must not be {@code null}. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 3.5K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
import org.apache.maven.model.building.Result; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuilder; import org.apache.maven.project.ProjectBuildingException; import org.apache.maven.project.ProjectBuildingRequest; import org.apache.maven.project.ProjectBuildingResult; import org.apache.maven.project.collector.DefaultProjectsSelector; import org.apache.maven.project.collector.MultiModuleCollectionStrategy;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 20:39:03 UTC 2025 - 28K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12/ProjectInheritanceTest.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.project.inheritance.t12; import java.io.File; import java.util.Map; import org.apache.maven.model.Plugin; import org.apache.maven.project.MavenProject; import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase; import org.junit.jupiter.api.Test;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue May 27 13:59:13 UTC 2025 - 2.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectBuildingResult.java
* * @return The problems that were encountered during the project building, can be empty but never {@code null}. */ List<ModelProblem> getProblems(); /** * Gets the result of the dependency resolution for the project. * * @return The result of the dependency resolution for the project or {@code null} if the project dependencies wereRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 10:13:56 UTC 2025 - 2.5K bytes - Viewed (0)