slachiewicz commented on issue #679: URL: https://github.com/apache/maven-invoker-plugin/issues/679#issuecomment-5689493315
This is by design. `invoker:install` installs `project.getArtifact()` plus whatever earlier phases attached, which is why it binds to `pre-integration-test` by default ([install-mojo.html](https://maven.apache.org/plugins/maven-invoker-plugin/install-mojo.html)). Run standalone from the command line nothing has been attached yet, so only the POM goes in. Bind the execution in the lifecycle or run `mvn package invoker:install`. Closing as answered. *This comment was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
