Set branch onto the ModuleID when constructing a ModuleReport

This commit is contained in:
Dan Sanduleac 2015-04-02 17:21:49 +01:00
parent 797fe0aa63
commit 2324c720c4
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ object IvyRetrieve {
def toModuleID(revID: ModuleRevisionId): ModuleID =
ModuleID(revID.getOrganisation, revID.getName, revID.getRevision, extraAttributes = IvySbt.getExtraAttributes(revID))
.branch(nonEmptyString(revID.getBranch))
def toArtifact(art: IvyArtifact): Artifact =
{