Skip to content

Commit

Permalink
Drops call to setProject to avoid melding with generating Project Rep…
Browse files Browse the repository at this point in the history
…orts

Closes #223
  • Loading branch information
lukaszlenart committed Jan 30, 2023
1 parent 4e1122a commit cb99b29
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 cb99b29

Please sign in to comment.