mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-09-10 14:11:08 +00:00
Fix distribution management snapshot repository load (#146)
This commit is contained in:
@@ -371,7 +371,7 @@ class TilesMavenLifecycleParticipant extends AbstractMavenLifecycleParticipant {
|
||||
if (distributionManagement.snapshotRepository) {
|
||||
|
||||
ArtifactRepository repo = new MavenArtifactRepository(
|
||||
distributionManagement.repository.id,
|
||||
distributionManagement.snapshotRepository.id,
|
||||
getSnapshotDistributionManagementRepositoryUrl(project),
|
||||
repositoryFactory.layout,
|
||||
getArtifactRepositoryPolicy(distributionManagement.snapshotRepository.snapshots),
|
||||
|
Reference in New Issue
Block a user