- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 63 for REACTOR (0.03 sec)
-
impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
.expectResult(MavenExecutionException.class, "empty reactor"), scenario("Excluded aggregator, but selected child") .activeRequiredProjects(MODULE_C_1) .inactiveRequiredProjects(MODULE_C) .expectResult(MavenExecutionException.class, "empty reactor"),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 20:39:03 UTC 2025 - 28K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/CommonsCliMavenOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 25 17:39:57 UTC 2025 - 14.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
* * @param step The build step to process */ private void processStep(BuildStep step) { // 1. Apply reactor failure behavior to decide whether to schedule or skip ReactorBuildStatus status = reactorContext.getReactorBuildStatus(); boolean isAfterStep = step.name.startsWith(AFTER);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
apache-maven/pom.xml
<bomDescription>Bill Of Materials for Apache Maven - Maven JARS only</bomDescription> <outputFilename>maven-skinny-bom.xml</outputFilename> <reactorDependencies>REACTOR</reactorDependencies> <transitiveDependencies>NONE</transitiveDependencies> <usePropertiesForVersion>true</usePropertiesForVersion> <attach>true</attach> </configuration>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectSorterTest.java
projects = new ProjectSorter(projects).getSortedProjects(); assertEquals(parentProject, projects.get(0)); // the order of these two is non-deterministic, based on when they're added to the reactor. assertTrue(projects.contains(pluginProject), "Expected " + projects + " to contain " + pluginProject); assertTrue( projects.contains(pluginLevelDepProject),Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 12.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ReactorBuildStatus.java
import org.apache.maven.lifecycle.internal.builder.BuilderCommon; import org.apache.maven.project.MavenProject; /** * Contains status information that is global to an entire reactor build. * * @since 3.0 */ public class ReactorBuildStatus { private final ProjectDependencyGraph projectDependencyGraph;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml
<artifactId>parent</artifactId> <version>1</version> </parent> <artifactId>consumer</artifactId> <name>Maven Integration Test :: MNG-3023 :: Consumer</name> <description>Test that reactor projects are included in dependency resolution.</description> <dependencies> <dependency> <groupId>org.apache.maven.its.mng3023</groupId> <artifactId>dependency</artifactId> <version>1</version>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
+ "plugin extension which still needed to be built. This is not possible within the same " + "reactor build. Another project collection strategy will be executed as result.", System.lineSeparator()); return Collections.emptyList(); } throw e; }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/DelegatingLocalArtifactRepository.java
import org.apache.maven.artifact.repository.MavenArtifactRepository; import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout; /** * Delegating local artifact repository chains the reactor, IDE workspace * and user local repository. */ @Deprecated public class DelegatingLocalArtifactRepository extends MavenArtifactRepository { private LocalArtifactRepository buildReactor;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/dependency/pom.xml
<artifactId>parent</artifactId> <version>1</version> </parent> <artifactId>dependency</artifactId> <name>Maven Integration Test :: MNG-3023 :: Dependency</name> <description>Test that reactor projects are included in dependency resolution.</description> <build> <outputDirectory>dependency-classes</outputDirectory> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0)