Skip to content

Commit

Permalink
Fix distribution management snapshot repository load
Browse files Browse the repository at this point in the history
  • Loading branch information
rikycaldeira committed Oct 17, 2023
1 parent 4ea888c commit 25c938e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 25c938e

Please sign in to comment.