Open sebastien-allard opened 1 year ago
Could you try specifying an older version of the Maven install plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
There is an issue in this plugin as it doesn't specify a primary artifact which became required in the install plugin. See https://issues.apache.org/jira/browse/MINSTALL-151.
Last time I looked there wasn't a simply solution to solve this, if you find something feel free to create a PR.
Hi!
I'm trying to use this plugin, pretty neat!
It builds fine with VS.Net 2022 tools, but it fails the "install" with this error: "this project did not assign a main file to the project but it has attachments."
This is my config:
Any suggestion?