orphan-oss/launch4j-maven-plugin

Plugin causing issues in project reports

bradleylarrick opened this issue · 2 comments

Running the launch4j-maven-plugin is corrupting the results of the maven-project-info-reports-plugin. The Plugin Management and Plugins reports have all the GroupId, ArtifactId and Version values replaced with the GroupId, ArtifactId and Version of the current project.

A sample project reproducing the problem (with a possible fix) can be found at https://github.com/bradleylarrick/launch4j-example.

Note: This is a duplicate of issue #187, which I erroneously reported as fixed in the latest release.

Is solution the same as in the previous issue?

Yes, removing the call to configuration.setProject() in retrieveBinaryBits().