1REBUILD-JAR-REPOSITORY(1) User Commands REBUILD-JAR-REPOSITORY(1)
2
3
4
6 rebuild-jar-repository - rebuild a JAR repository based on the current
7 JVM
8
10 rebuild-jar-repository [OPTION]... DIRECTORY
11
13 Rebuild a jar repository (built by build-jar-repository ) based on the
14 current JVM settings
15
17 If no option is specified the default action will be to rebuild with
18 symbolic links
19
20 -c, --copy
21 copy files
22
23 -h, --hard
24 create hard links
25
26 -s, --soft, --symbolic
27 create symbolic links (default)
28
30 rebuild-jar-repository .
31 Will update all links created by build-jar-repository in the
32 current working directory. Updated links will be symbolic
33 links.
34
35 rebuild-jar-repository -h /tmp
36 Will update all links created by build-jar-repository in the
37 /tmp. Updated links will be hard links.
38
40 Written by the JPackage Project
41
43 Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/)
44
45
46
47rebuild-jar-repository (jpackage-utMialrsc)h 12.070.60 REBUILD-JAR-REPOSITORY(1)