- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for DistributionManagement (0.06 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
} } @Override protected void mergeDistributionManagement_Repository( DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) { DeploymentRepository src = source.getRepository(); if (src != null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 21.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
assertContains(result.getWarnings().get(2), "'distributionManagement.repository.id' must not be 'local'"); assertContains( result.getWarnings().get(3), "'distributionManagement.snapshotRepository.id' must not be 'local'"); } @Test void testMissingPluginDependencyGroupId() throws Exception {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 33.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
if (model.getDistributionManagement() != null && model.getDistributionManagement().getRelocation() != null) { // keep relocation only builder.distributionManagement(DistributionManagement.newBuilder() .relocation(model.getDistributionManagement().getRelocation()) .build()); } // only keep repositories other than 'central'
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
} } private void visit(DistributionManagement distributionManagement) { if (distributionManagement != null) { String org, val; // Repository visit(distributionManagement.getRepository()); // SnapshotRepository visit(distributionManagement.getSnapshotRepository()); // SiteRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java
import org.apache.maven.bridge.MavenRepositorySystem; import org.apache.maven.execution.MavenSession; import org.apache.maven.model.Dependency; import org.apache.maven.model.DependencyManagement; import org.apache.maven.model.DistributionManagement; import org.apache.maven.model.Model; import org.apache.maven.model.Relocation; import org.apache.maven.model.Repository; import org.apache.maven.model.building.ModelBuildingException;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 25 12:03:50 UTC 2025 - 30.4K bytes - Viewed (0) -
compat/maven-model-builder/src/site/apt/index.apt
Notice that the 5 URLs from the model (<<<project.url>>>, <<<project.scm.connection>>>, <<<project.scm.developerConnection>>>, <<<project.scm.url>>> and <<<project.distributionManagement.site.url>>>) have a special inheritance handling: ** if not configured in current model, the inherited value is the parent's one with current artifact id appended,
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 03 08:42:52 UTC 2025 - 13.2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<!--end--> </dependencies> <!--start--> </dependencyManagement> <!--end--> <distributionManagement> <site> <id>apache.website</id> <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url> </site> </distributionManagement> <profiles> <profile> <id>osgi</id> <build> <plugins> <plugin>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<!--end--> </dependencies> <!--start--> </dependencyManagement> <!--end--> <distributionManagement> <site> <id>apache.website</id> <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url> </site> </distributionManagement> <profiles> <profile> <id>osgi</id> <build> <plugins> <plugin>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0)