- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 817 for projects (1.01 sec)
-
impl/maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml
under the License. --> <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven.its.mng3023</groupId> <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>
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/DuplicateProjectException.java
* under the License. */ package org.apache.maven.project; import java.io.File; /** * Exception that occurs when the project list contains duplicate projects instead of ignoring one. * */ public class DuplicateProjectException extends Exception { private final String projectId; private final File existingProjectFile; private final File conflictingProjectFile;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/package-info.java
*/ /** * Implementation of the Maven Upgrade tool ({@code mvnup}). * * <p>This package contains the implementation classes for the Maven upgrade tool, * providing functionality for upgrading Maven projects and dependencies.</p> * * @since 4.0.0 */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.1K bytes - Viewed (0) -
docs/contribute/code_of_conduct.md
questions. Those who are asked should be responsive and helpful. * **Step down considerately**: Members of every project come and go. When somebody leaves or disengages from the project, they should make it known and take the proper steps to ensure that others can pick up where they left off.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 5.1K bytes - Viewed (0) -
README.md
implementation("com.squareup.okhttp3:logging-interceptor") } ``` Maven and JVM Projects ---------------------- OkHttp is published as a Kotlin Multiplatform project. While Gradle handles this automatically, Maven projects must select between `okhttp-jvm` and `okhttp-android`. The `okhttp` artifact will be empty in Maven projects. ```xml <dependencyManagement> <dependencies> <dependency>
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Oct 30 21:39:59 UTC 2025 - 9.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/GraphBuilder.java
import org.apache.maven.execution.ProjectDependencyGraph; import org.apache.maven.model.building.Result; /** * Builds the {@link ProjectDependencyGraph inter-dependencies graph} between projects in the reactor. * * @since 3.0-alpha */ public interface GraphBuilder { String HINT = "graphBuilder"; Result<? extends ProjectDependencyGraph> build(MavenSession session);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/dependency/pom.xml
under the License. --> <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven.its.mng3023</groupId> <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>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/en/docs/deployment/cloud.md
It brings the same **developer experience** of building apps with FastAPI to **deploying** them to the cloud. 🎉 FastAPI Cloud is the primary sponsor and funding provider for the *FastAPI and friends* open source projects. ✨ ## Cloud Providers - Sponsors { #cloud-providers-sponsors } Some other cloud providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨ too. 🙇Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 19 10:12:00 UTC 2025 - 1.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/BuildResumptionDataRepository.java
* under the License. */ package org.apache.maven.execution; import org.apache.maven.project.MavenProject; /** * Instances of this interface retrieve and store data for the --resume / -r feature. This data is used to ensure newer * builds of the same project, that have the -r command-line flag, skip successfully built projects during earlier * invocations of Maven. */ public interface BuildResumptionDataRepository { /**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/main/java/org/apache/maven/project/collector/RequestPomCollectionStrategy.java
* under the License. */ package org.apache.maven.project.collector; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.io.File; import java.util.Collections; import java.util.List; import org.apache.maven.execution.MavenExecutionRequest; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuildingException; /**
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.9K bytes - Viewed (0)