- Sort Score
- Result 10 results
- Languages All
Results 61 - 68 of 68 for DistributionManagement (0.36 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/UrlNormalizingPostProcessor.java
expressions.add("project.scm.url"); expressions.add("project.scm.connection"); expressions.add("project.scm.developerConnection"); expressions.add("project.distributionManagement.site.url"); URL_EXPRESSIONS = expressions; } private UrlNormalizer normalizer; UrlNormalizingPostProcessor(UrlNormalizer normalizer) { this.normalizer = normalizer; }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.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/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
} DistributionManagement distMgmt = m.getDistributionManagement(); if (distMgmt != null) { if (distMgmt.getStatus() != null) { addViolation( problems, Severity.ERROR, Version.V20, "distributionManagement.status", null,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 03 15:06:05 UTC 2025 - 66.8K 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) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
return getModel().getIssueManagement(); } public void setDistributionManagement(DistributionManagement distributionManagement) { getModel().setDistributionManagement(distributionManagement); } public DistributionManagement getDistributionManagement() { return getModel().getDistributionManagement(); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<field xdoc.separator="blank"> <name>distributionManagement</name> <version>4.0.0+</version> <description>Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.</description> <association> <type>DistributionManagement</type> </association> </field>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)