Skip to content

Commit

Permalink
MAP-57 - Fix maven parallel build issue (Added missing method)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Aug 20, 2015
1 parent 3ce729a commit 988b27c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,4 +678,8 @@ public Build extract(ExecutionEvent event) {

return null;
}

public ResolutionHelper getResolutionHelper() {
return resolutionHelper;
}
}

0 comments on commit 988b27c

Please sign in to comment.