Skip to content

Commit

Permalink
Merge pull request #227 from orphan-oss/fix-reports
Browse files Browse the repository at this point in the history
Drops call to setProject to avoid melding with generating Project Reports
  • Loading branch information
lukaszlenart authored Jan 30, 2023
2 parents 4e1122a + cb99b29 commit 3dd8d32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ private void retrieveBinaryBits(Artifact a) throws MojoExecutionException {
ProjectBuildingRequest configuration = session.getProjectBuildingRequest();
configuration.setRemoteRepositories(project.getRemoteArtifactRepositories());
configuration.setLocalRepository(localRepository);
configuration.setProject(session.getCurrentProject());

getLog().debug("Retrieving artifact: " + a + " stored in " + a.getFile());

Expand Down

0 comments on commit 3dd8d32

Please sign in to comment.