Skip to content

Commit

Permalink
Fix distribution management snapshot repository load (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikycaldeira committed Oct 17, 2023
1 parent 4ea888c commit 4ac6409
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 4ac6409

Please sign in to comment.