blob: 725643c673cb2594c256e37dcf029ee95013683b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Usage: java-ebuilder <args>
Generating ebuild:
--download-uri|-u <uri> uri that goes to SRC_URI
--dump-projects|-d outputs information about parsed projects
(useful for debugging)
--ebuild|-e <file> path to ebuild that should be created
--force-min-java-version <version> force minimum JDK/JRE version in dependencies
--generate-ebuild|-g generates ebuild from pom.xml
--keywords|-k <keywords> arch keywords
--license|-l <license> license name
--pom|-p <file> path to pom.xml that should be parsed,
the path must be relative to workdir (can be
specified multiple times)
--slot|-s <slot> SLOT number
--workdir|-w <dir> path to ebuild workdir (${WORKDIR}, default
is current directory)
Refreshing cache:
--portage-tree|-t path to portage tree that should be parsed
when refreshing cache (default is
/usr/portage)
--refresh-cache|-c refreshes java ebuild cache
Common:
--cache-file location of cache file (default is
~/.java-ebuilder/cache)
|