- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isHalted (0.03 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
} else { // For regular steps: // Don't run for halted builds, blacklisted projects, or if predecessors failed shouldExecute = !status.isHalted() && !status.isBlackListed(step.project) && allPredecessorsExecuted; } // 2. Either schedule the step or mark it as skipped based on the decisionRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
} } // ========== Helper Methods ========== private CIFSContext createFreshContext() { // Create a completely isolated context to avoid handle reuse issues on Linux Docker try { // Create a new context with fresh configuration each time // This ensures complete isolation between operationsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)