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 2023/01/11 09:43:30 UTC

[GitHub] [maven-mvnd] gzm55 opened a new issue, #771: use script mvnd.{sh,cmd} as default entrypoint

gzm55 opened a new issue, #771:
URL: https://github.com/apache/maven-mvnd/issues/771

   After implementing the fallback logic in the scripts (`mvnd.{sh,cmd}`), there are some options to change the default entrypoint:
   
   1. alway use script as default entrypoint, and rename native images to `mvnd-native-*`, then one can always use same path to invoke the mvnd on both systems with and without the native image support, whereas the script and detecting logic has [performance penalties](https://github.com/apache/maven-mvnd/pull/717#issuecomment-1377600565).
   2. as [@ppalaga suggests](https://github.com/apache/maven-mvnd/pull/717#issuecomment-1378032665), keep the current layout for `bin/` directory, and provide install scripts that replace the native mvnd with a shell script if the native mvnd does not work on or does not match the current platform. 


-- 
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.apache.org

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