1REBUILD-JAR-REPOSI(1)         Java Packages Tools        REBUILD-JAR-REPOSI(1)
2
3
4

NAME

6       rebuild-jar-repository - rebuild a JAR repository
7

SYNOPSIS

9       rebuild-jar-repository [OPTION]... DIRECTORY
10

DESCRIPTION

12       Rebuild a jar repository (built by build-jar-repository) based on the
13       current JVM settings
14

OPTIONS

16       If no option is specified the default action will be to rebuild with
17       symbolic links
18
19       -c, --copy
20           Copy files.
21
22       -h, --hard
23           Create hard links.
24
25       -s, --soft, --symbolic Create symbolic links (default).
26

DEPENDENCIES

28       Using rebuild-jar-repository with artifact-coordinates requires
29       xmvn-resolve command to be available. User of rebuild-jar-repository is
30       responsible for making it available in the system.
31

EXAMPLES

33       rebuild-jar-repository . - This will update all links created by
34       build-jar-repository in the current working directory. Updated links
35       will be symbolic links.
36
37       rebuild-jar-repository -h /tmp - This will update all links created by
38       build-jar-repository in the /tmp directory. Updated links will be hard
39       links.
40

AUTHOR

42       Written by the JPackage Project (http://www.jpackage.org/).
43

REPORTING BUGS

45       Bugs should be reported through Java Packages Tools issue tracker at
46       Github: https://github.com/fedora-java/javapackages/issues.
47

SEE ALSO

49       build-jar-repository(1), build-classpath(1),
50
51
52
53JAVAPACKAGES                      01/26/2021             REBUILD-JAR-REPOSI(1)
Impressum