- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 222 for Projekts (0.06 sec)
-
docs/de/docs/help-fastapi.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 16.2K bytes - Viewed (0) -
samples/crawler/build.gradle.kts
plugins { kotlin("jvm") application } application { mainClass.set("okhttp3.sample.Crawler") } dependencies { implementation(projects.okhttp) implementation(libs.jsoup) } tasks.compileJava { options.isWarnings = falseRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Feb 15 23:38:32 UTC 2022 - 234 bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* and does not include profiles from parent projects. * * @return a non-null, possibly empty list of profiles defined in this project * @see Profile * @see #getEffectiveProfiles() */ @Nonnull List<Profile> getDeclaredProfiles(); /** * Returns all profiles defined in this project and all of its parent projects. * <p>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 15.3K bytes - Viewed (0) -
impl/maven-core/src/site/apt/inheritance.apt
the top of that lineage to provide default values. The super model is where we place all the values which we believe to be standard, values that can be shared and utilized across all your Maven projects. +-----+ m0 <- m1 <- m2 +-----+ which is transformed into +-----+ super model <- m0 <- m1 <- m2 +-----+ +-----+ <project> <modelVersion>4.0.0</modelVersion> <parent>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
* <p> * This builder uses a number of threads equal to the minimum of the degree of concurrency (which is the thread count * set with <code>-T</code> on the command-line) and the number of projects to build. As such, building a single project * will always result in a sequential build, regardless of the thread count. * </p>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 16 03:42:09 UTC 2025 - 8.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionResult.java
MavenExecutionResult setProject(MavenProject project); MavenProject getProject(); MavenExecutionResult setTopologicallySortedProjects(List<MavenProject> projects); /** * @return the sorted list, or an empty list if there are no projects. */ List<MavenProject> getTopologicallySortedProjects(); MavenExecutionResult setDependencyResolutionResult(DependencyResolutionResult result);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/ProjectCollectionStrategy.java
import org.apache.maven.execution.MavenExecutionRequest; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuildingException; /** * Describes strategies for finding projects that Maven could build. */ public interface ProjectCollectionStrategy { /** * * @param request * @return * @throws ProjectBuildingException */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/pom.xml
<groupId>org.apache.maven.its.mng3023</groupId> <artifactId>parent</artifactId> <version>1</version> <packaging>pom</packaging> <name>Maven Integration Test :: MNG-3023</name> <description>Test that reactor projects are included in dependency resolution.</description> <modules> <module>dependency</module> <module>consumer</module> </modules>
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/java/org/apache/maven/model/ModelBuilderTest.java
mavenRequest.setLocalRepository(mavenRepositorySystem.createLocalRepository(new File("target/test-repo/"))); mavenRequest.setRootDirectory(Paths.get("src/test/resources/projects/tree")); DefaultProjectBuildingRequest request = new DefaultProjectBuildingRequest(); RepositorySystemSession.CloseableSession rsession = repositorySessionFactory
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 4.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/LayeredMavenOptions.java
public Optional<String> resumeFrom() { return returnFirstPresentOrEmpty(MavenOptions::resumeFrom); } @Override public Optional<List<String>> projects() { return collectListIfPresentOrEmpty(MavenOptions::projects); } @Override public Optional<Boolean> alsoMake() { return returnFirstPresentOrEmpty(MavenOptions::alsoMake); } @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 5.4K bytes - Viewed (0)