- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 2,594 for projectS (0.06 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolverTest.java
return null; } @Test void testCachedReactorProjectDependencies() throws Exception { MavenSession session = createMavenSession( new File("src/test/projects/lifecycle-dependency-resolver/pom.xml"), new Properties(), true); Collection<String> scopesToCollect = null; Collection<String> scopesToResolve = Collections.singletonList("compile");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectBuildList.java
Set<String> projectKeys = new HashSet<>(items.size() * 2); for (ProjectSegment projectBuild : items) { MavenProject project = projectBuild.getProject(); String key = ArtifactUtils.key(project.getGroupId(), project.getArtifactId(), project.getVersion()); projectKeys.add(key); } return projectKeys; } public boolean isEmpty() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorSubModulesTest.java
private LifecycleTaskSegmentCalculator lifeCycleTaskSegmentCalculator; @Inject private ExceptionHandler exceptionHandler; protected String getProjectsDirectory() { return "src/test/projects/lifecycle-executor"; } @Test void testCreation() throws Exception { assertNotNull(defaultLifeCycles); assertNotNull(mojoExecutor); assertNotNull(lifeCycleBuilder);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeInvoker.java
context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Upgrade " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for upgrading Maven projects and dependencies."); context.addInHeader("This tool is part of Apache Maven 4 distribution."); context.addInHeader(""); context.terminal.handle(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 4.4K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractAcceptedApiChangesMaintenanceTaskIntegrationTest.kt
} """.trimIndent() ) setupPluginRequirements() } /** * Create projects and files required for plugins applied to the project (including transitively applied plugins). * These files are not required to run the task itself, but are required to apply the binary-compatibility plugin. */ protectedCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 29 14:03:44 GMT 2024 - 6K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/DefaultMavenTest.java
import org.apache.maven.execution.MavenExecutionResult; import org.apache.maven.execution.MavenSession; import org.apache.maven.impl.resolver.MavenWorkspaceReader; import org.apache.maven.project.MavenProject; import org.apache.maven.project.MavenProjectHelper; import org.junit.jupiter.api.Test; import static java.util.Arrays.asList; import static org.junit.jupiter.api.Assertions.assertEquals;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 4.3K bytes - Click Count (0) -
.bazelrc
# Python config is the same across all containers because the binary is the same common:rbe_linux_cpu --python_path="/usr/bin/python3" # These you may need to change for your own GCP project. common:rbe_linux_cpu --remote_instance_name=projects/tensorflow-testing/instances/default_instance # Deprecated RBE config with non-hermetic toolchains. common:rbe_linux_cpu_clang_local --config=rbe_linux_cpu
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 26 23:20:26 GMT 2025 - 56.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
fun stageTriggerId( model: CIBuildModel, stageName: StageName, os: Os? = null, ) = "${model.projectId}_Stage_${stageName.id}_${osSuffix(os)}Trigger" fun stageTriggerUuid( model: CIBuildModel, stageName: StageName, os: Os? = null, ) = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stageName.uuid}_${osSuffix(os)}Trigger" fun osSuffix(os: Os?) = os?.asName()?.plus("_") ?: ""
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 12:17:39 GMT 2025 - 7.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Repository.java
* </ol> * By understanding and properly configuring repositories, developers can control where Maven looks for dependencies, manage access to proprietary artifacts, and optimize the build process to ensure consistency and reliability across projects. * * @since 4.0.0 * @see RemoteRepository * @see LocalRepository */
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Aug 27 21:13:34 GMT 2024 - 3.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
stage: Stage, previousPerformanceTestPasses: List<PerformanceTestsPass>, previousCrossVersionTests: List<BaseGradleBuildType>, ) : Project({ this.id("${model.projectId}_Stage_${stage.stageName.id}") this.uuid = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stage.stageName.uuid}" this.name = stage.stageName.stageName this.description = stage.stageName.description }) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0)