- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 69 for organization (0.06 seconds)
-
compat/maven-compat/src/test/resources/inheritance-repo/t02/p0/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1019 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/LocalRepositoryManager.java
import org.apache.maven.api.Service; import org.apache.maven.api.Session; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * Manages the organization and access of artifacts within the local Maven repository. * The local repository serves as a cache for downloaded remote artifacts and storage * for locally installed artifacts. This manager provides services to determine the
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 3.6K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <url>http://www.apache.org/</url> <repositories> <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.3K bytes - Click Count (0) -
AUTHORS
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Mar 03 15:11:48 GMT 2022 - 357 bytes - Click Count (0) -
.github/dco.yml
# Disable sign-off checking for members of the Gradle GitHub organization require:
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sat Aug 11 00:03:28 GMT 2018 - 100 bytes - Click Count (0) -
architecture/standards/0009-use-american-english.md
### Examples Use American English spelling, for example: * `color` (not `colour`) * `initialize` (not `initialise`) * `behavior` (not `behaviour`) * `analyze` (not `analyse`) * `organization` (not `organisation`) * `center` (not `centre`) * `canceled` (not `cancelled`) * `labeled` (not `labelled`) ### Rationale for American English American English was chosen for the following reasons:
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 25 07:01:54 GMT 2025 - 3.9K bytes - Click Count (0) -
docs/en/docs/tutorial/bigger-applications.md
Now, let's imagine your organization gave you the `app/internal/admin.py` file. It contains an `APIRouter` with some admin *path operations* that your organization shares between several projects.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 10 08:55:32 GMT 2025 - 18.6K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java
String orgName = "MyCo"; Model model = new Model(org.apache.maven.api.model.Model.newBuilder() .name("${project.organization.name} Tools") .organization(org.apache.maven.api.model.Organization.newBuilder() .name(orgName) .build()) .build());
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 18.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { Organization src = source.getOrganization(); if (src != null) { Organization tgt = target.getOrganization(); if (tgt == null) { tgt = new Organization(); tgt.setLocation("", src.getLocation("")); target.setOrganization(tgt);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 21.7K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
protected void mergeOrganization( Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) { mergeOrganization_Name(target, source, sourceDominant, context); mergeOrganization_Url(target, source, sourceDominant, context); } protected void mergeOrganization_Name( Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0)