Configuration - pierre/jbundler GitHub Wiki
there are some configurations possible. either via yaml file in $HOME/.jbundlerrc and/or .jbundlerrc or via environment variables or via java system properties.
ENV | java property | config file | default value |
JBUNDLE_SKIP | jbundle.skip | skip | false |
JBUNDLE_VERBOSE | jbundle.verbose | verbose | false |
JBUNDLE_JARFILE | jbundle.jarfile | jarfile | Jarfile |
BUNDLE_GEMFILE | bundle.gemfile | gemfile | Gemfile |
in case you run in an environment where Jarfiile is handle by the environment then with the skip option you can tell JBundler to skip its work. jetty-run uses it and 'collects the jars via WEB-INF/lib' and tells JBundler that all jars are already in place.
verbose just adds some more output when running the jar resolution and downloading.
jarfile and gemfile just allows for customization of those files. the respective lock-files have a .lock attached to the given name.