jbang-export(1)
Name
jbang-export - Export the result of a build or the set of the sources to a project.
Options
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -o, --offline
-
Work offline. Fail-fast if dependencies are missing. No connections will be attempted
- --quiet
-
jbang will be quiet, only print when error occurs.
- --verbose
-
jbang will be verbose on what it does.
Commands
- portable
-
Exports jar together with dependencies in way that makes it portable
- local
-
Exports jar with classpath referring to local machine dependent locations
- mavenrepo
-
Exports directory that can be used to publish as a maven repository
- native
-
Exports native executable
- fatjar
-
Exports an executable jar with all necessary dependencies included inside
- jlink
-
Exports a minimized JDK distribution
- gradle
-
Exports a Gradle project
- maven
-
Exports a Maven project