You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/21 14:17:43 UTC

[GitHub] [maven-mvnd] gnodet commented on pull request #717: Try native image then fallback to pure java version

gnodet commented on PR #717:
URL: https://github.com/apache/maven-mvnd/pull/717#issuecomment-1287030925

   > These changes seem to be addressing what I'd call install time concerns. Whether the given build of mvnd native executable can run on the current machine can be decided once at install time. Why do we need to run all those checks anew on every invocation of mvnd?
   
   Because we don't have any installer... ? In particular, people often just unzip the tarball / zip.
     https://github.com/apache/camel/blob/main/.github/actions/install-mvnd/action.yml
   An alternative would be to provide an install script from a known location that would download the latest version, unzip and do the checks maybe ...


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org