- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 68 for DistributionManagement (0.07 sec)
-
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-compiler-plugin/0.1/maven-compiler-plugin-0.1.pom
<description> A test plugin to assist testing of Maven core. </description> <inceptionYear>2009</inceptionYear> <distributionManagement> <repository> <id>maven-core-it</id> <url>file:///${basedir}/repo</url> </repository> </distributionManagement> <properties> <maven.test.skip>true</maven.test.skip> <updateReleaseInfo>true</updateReleaseInfo> </properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-plugin-plugin/0.1/maven-plugin-plugin-0.1.pom
<description> A test plugin to assist testing of Maven core. </description> <inceptionYear>2009</inceptionYear> <distributionManagement> <repository> <id>maven-core-it</id> <url>file:///${basedir}/repo</url> </repository> </distributionManagement> <properties> <maven.test.skip>true</maven.test.skip> <updateReleaseInfo>true</updateReleaseInfo> </properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-surefire-plugin/0.1/maven-surefire-plugin-0.1.pom
<description> A test plugin to assist testing of Maven core. </description> <inceptionYear>2009</inceptionYear> <distributionManagement> <repository> <id>maven-core-it</id> <url>file:///${basedir}/repo</url> </repository> </distributionManagement> <properties> <maven.test.skip>true</maven.test.skip> <updateReleaseInfo>true</updateReleaseInfo> </properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K 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/test/java/org/apache/maven/project/MavenProjectTest.java
File f = getFileForClasspathResource("distributionManagement-pom.xml"); MavenProject projectToClone = getProject(f); MavenProject clonedProject = projectToClone.clone(); assertNotNull( clonedProject.getDistributionManagementArtifactRepository(), "clonedProject - distributionManagement"); } @TestRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 28 09:44:37 UTC 2025 - 9.3K 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-resolver-provider/src/main/java/org/apache/maven/repository/internal/ArtifactDescriptorReaderDelegate.java
import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.apache.maven.api.Language; import org.apache.maven.model.DependencyManagement; import org.apache.maven.model.DistributionManagement; import org.apache.maven.model.License; import org.apache.maven.model.Model; import org.apache.maven.model.Prerequisites; import org.apache.maven.model.Repository;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Mar 20 22:29:18 UTC 2025 - 6K 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/src/main/java/org/apache/maven/model/merge/ModelMerger.java
ModelBase target, ModelBase source, boolean sourceDominant, Map<Object, Object> context) { DistributionManagement src = source.getDistributionManagement(); if (src != null) { DistributionManagement tgt = target.getDistributionManagement(); if (tgt == null) { tgt = new DistributionManagement(); target.setDistributionManagement(tgt); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
<artifactId>wagon-http-lightweight</artifactId> <version>1.0-alpha-5</version> </dependency> </dependencies> </dependencyManagement> <distributionManagement> <repository> <id>repo1</id> <name>Maven Central Repository</name> <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> </repository>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0)