Skip to content

Commit

Permalink
[MRELEASE-1053] - Populate scm info from current module instead of
Browse files Browse the repository at this point in the history
reactor
  • Loading branch information
kwin committed Nov 5, 2021
1 parent 468520a commit 3b51761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ else if ( project.getScm().getConnection() != null )
String projectId =
ArtifactUtils.versionlessKey( reactorProject.getGroupId(), reactorProject.getArtifactId() );

descriptor.addOriginalScmInfo( projectId, buildScm( project ) );
descriptor.addOriginalScmInfo( projectId, buildScm( reactorProject ) );
}
}

Expand Down

0 comments on commit 3b51761

Please sign in to comment.