- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDistributionManagement (0.12 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
builder.properties(null).reporting(null); if (model.getDistributionManagement() != null && model.getDistributionManagement().getRelocation() != null) { // keep relocation only builder.distributionManagement(DistributionManagement.newBuilder() .relocation(model.getDistributionManagement().getRelocation()) .build()); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
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)