- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getDistributionManagement (0.08 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
// release artifact repository if (project.getDistributionManagement() != null && project.getDistributionManagement().getRepository() != null) { try { DeploymentRepository r = project.getModel() .getDelegate() .getDistributionManagement() .getRepository();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
getModel().setDistributionManagement(distributionManagement); } public DistributionManagement getDistributionManagement() { return getModel().getDistributionManagement(); } public void setDescription(String description) { getModel().setDescription(description); } public String getDescription() {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
validate20EffectiveRepository(problems, repository, "pluginRepositories.pluginRepository.", request); } DistributionManagement distMgmt = m.getDistributionManagement(); if (distMgmt != null) { if (distMgmt.getStatus() != null) { addViolation( problems, Severity.ERROR,
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 03 15:06:05 UTC 2025 - 66.8K bytes - Viewed (0)