- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 64 for projects (0.05 sec)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
if (projects != null) { Map<String, Map<String, Map<String, MavenProject>>> map = new HashMap<>(); projects.forEach(project -> map.computeIfAbsent(project.getGroupId(), k -> new HashMap<>()) .computeIfAbsent(project.getArtifactId(), k -> new HashMap<>()) .put(project.getVersion(), project)); this.projects = map; } else {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:20:38 UTC 2025 - 24.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* the {@code /project/subprojects/subproject} elements of the POM in the aggregator project. * Note that the aggregator project is required to have a {@code pom} packaging.</p> * * <p><dfn>Project inheritance</dfn> defines a parent-child relationship between projects. * The <dfn>child project</dfn> inherits all the information from the <dfn>parent project</dfn> * POM.</p> * */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:13:42 UTC 2025 - 7.7K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/model/ModelBuilderTest.java
import org.apache.maven.impl.cache.DefaultRequestCacheFactory; import org.apache.maven.internal.impl.DefaultSession; import org.apache.maven.project.DefaultProjectBuildingRequest; import org.apache.maven.project.ProjectBuilder; import org.apache.maven.project.ProjectBuildingResult; import org.apache.maven.resolver.RepositorySystemSessionFactory; import org.codehaus.plexus.testing.PlexusTest;
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-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
import org.apache.maven.model.building.Result; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuilder; import org.apache.maven.project.ProjectBuildingException; import org.apache.maven.project.ProjectBuildingRequest; import org.apache.maven.project.ProjectBuildingResult; import org.apache.maven.project.collector.DefaultProjectsSelector; import org.apache.maven.project.collector.MultiModuleCollectionStrategy;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 20:39:03 UTC 2025 - 28K bytes - Viewed (0) -
docs/en/docs/tutorial/bigger-applications.md
It contains an `APIRouter` with some admin *path operations* that your organization shares between several projects. For this example it will be super simple. But let's say that because it is shared with other projects in the organization, we cannot modify it and add a `prefix`, `dependencies`, `tags`, etc. directly to the `APIRouter`:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 08:55:32 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
$ cd code // Create a directory for this project $ mkdir awesome-project // Enter into that project directory $ cd awesome-project ``` </div> ## Create a Virtual Environment { #create-a-virtual-environment } When you start working on a Python project **for the first time**, create a virtual environment **<abbr title="there are other options, this is a simple guideline">inside your project</abbr>**. /// tipRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 05:09:25 UTC 2025 - 22.8K bytes - Viewed (0) -
docs/en/docs/external-links.md
# External Links **FastAPI** has a great community constantly growing. There are many posts, articles, tools, and projects, related to **FastAPI**. You could easily use a search engine or video platform to find many resources related to FastAPI. /// info Before, this page used to list links to external articles.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 12:28:40 UTC 2025 - 917 bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
@Nonnull public Map<String, String> getProperties(@Nonnull Project project) { return Collections.unmodifiableMap( new PropertiesAsMap(getMavenProject(project).getProperties())); } @Override @Nonnull public Optional<Project> getExecutionProject(@Nonnull Project project) { // Session keep tracks of the Project per project id,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 17 16:17:01 UTC 2025 - 10.9K bytes - Viewed (0) -
docs/en/data/topic_repos.yml
- name: langchain-serve html_url: https://github.com/jina-ai/langchain-serve stars: 1635 owner_login: jina-ai owner_html_url: https://github.com/jina-ai - name: awesome-fastapi-projects html_url: https://github.com/Kludex/awesome-fastapi-projects stars: 1589 owner_login: Kludex owner_html_url: https://github.com/Kludex - name: fastapi-pagination html_url: https://github.com/uriyyo/fastapi-pagination stars: 1585
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 13:17:29 UTC 2025 - 16K bytes - Viewed (0) -
doap_Maven.rdf
http://usefulinc.com/ns/doap# http://www.w3.org/1999/02/22-rdf-syntax-ns# http://projects.apache.org/ns/asfext# http://xmlns.com/foaf/0.1/ http://Maven.rdf.apache.org/ 2001 http://www.apache.org/licenses/LICENSE-2.0.txt Apache Maven https://maven.apache.org/ https://maven.apache.org/ Maven is a project development management and comprehension tool. Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation,...
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 21:54:15 UTC 2025 - 36.6K bytes - Viewed (0)