We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e1122a + cb99b29 commit 3dd8d32Copy full SHA for 3dd8d32
src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java
@@ -648,7 +648,6 @@ private void retrieveBinaryBits(Artifact a) throws MojoExecutionException {
648
ProjectBuildingRequest configuration = session.getProjectBuildingRequest();
649
configuration.setRemoteRepositories(project.getRemoteArtifactRepositories());
650
configuration.setLocalRepository(localRepository);
651
- configuration.setProject(session.getCurrentProject());
652
653
getLog().debug("Retrieving artifact: " + a + " stored in " + a.getFile());
654
0 commit comments