Skip to content

Commit 3dd8d32

Browse files
authored
Merge pull request #227 from orphan-oss/fix-reports
Drops call to setProject to avoid melding with generating Project Reports
2 parents 4e1122a + cb99b29 commit 3dd8d32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ private void retrieveBinaryBits(Artifact a) throws MojoExecutionException {
648648
ProjectBuildingRequest configuration = session.getProjectBuildingRequest();
649649
configuration.setRemoteRepositories(project.getRemoteArtifactRepositories());
650650
configuration.setLocalRepository(localRepository);
651-
configuration.setProject(session.getCurrentProject());
652651

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

0 commit comments

Comments
 (0)