- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 391 for Lifecycle (0.05 sec)
-
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
"misusedDependencies", "reason", "redundantKaptCheck", "redundantPluginAlert", ) -> true else -> false } gradle.lifecycle.beforeProject { tasks.configureEach { val task = this if (isIncompatible(task)) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 15 16:07:38 UTC 2025 - 4.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DependencyContext.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.internal; import java.util.Collection; import java.util.Collections; import java.util.TreeSet; import org.apache.maven.project.MavenProject; /** * <p>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0) -
compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml
This is the list of Artifact instances for plugins used in the current build for this project. NOTE: This list may contain plugin Artifacts which are implied by the current POM's packaging and the lifecycle phase being built. ]]></description> </expression> <expression> <syntax>project.remoteArtifactRepositories</syntax> <configuration> <, [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
CLAUDE.md
- Clean only test-specific indices (not `_all` unless needed) - Use `runner.refresh()` after index operations - Test with realistic multilingual content ### Key Test Classes - `SuggesterRefactoringTest` - Index lifecycle, alias management - `SuggesterTest` - Core functionality - `SuggestIndexerTest` - Indexing operations - `DefaultContentsParserTest` - Text processing pipeline --- ## Code Conventions
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 8.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectSorter.java
// org.apache.maven:maven-plugin-api // In this case, both the verify and the report goals are called // in a different lifecycle. Though the compiler-plugin has a valid use case, although // that seems to work fine. We need to take versions and lifecycle into account. public ProjectSorter(Collection<MavenProject> projects) throws CycleDetectedException, DuplicateProjectException { graph = new Graph();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/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparatorTest.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.internal.builder.multithreaded; import java.util.Arrays; import java.util.List; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Aug 06 12:03:40 UTC 2025 - 8.9K bytes - Viewed (0)