1BUILD-JAR-REPOSITO(1)         Java Packages Tools        BUILD-JAR-REPOSITO(1)
2
3
4

NAME

6       build-jar-repository - create a symbolic link to a JAR
7

SYNOPSIS

9       build-jar-repository [OPTION]... DIRECTORY JAR|artifact-coordinates
10

DESCRIPTION

12       Build a JAR repository in the named directory by copying files or
13       creating symbolic links. The JARs can be identified by their names or
14       Maven artifact coordinates. Artifact coordinates specify Maven artifact
15       and are in format groupId:artifactId[:extension[:classifier]]:version.
16       If extension is omitted then "jar" is used. If classifier is omitted
17       then empty classifier is used. For more information see XMvn
18       Configuration Reference.
19

OPTIONS

21       If no option is specified the default action will be to create symbolic
22       links
23
24       -c, --copy
25           Copy files.
26
27       -h, --hard
28           Create hard links.
29
30       -p, --preserve-naming Try to preserve the names of the original JAR
31       files (in case of a nested hit the slashes in the path will still be
32       replaced by underscores). Using this option makes any future automated
33       repository rebuild impossible, and implies -c unless specified
34       otherwise.
35
36       -s, --soft, --symbolic Create symbolic links (default).
37
38       --help Display help text
39

EXAMPLES

41       build-jar-repository . jndi - This will create a symbolic link to the
42       jndi JAR in the current working directory.
43
44       build-jar-repository -h /tmp log4j - This will create a hard link to
45       the log4j JAR in /tmp directory.
46
47       build-jar-repository -c . org.apache.commons:commons-io - This will
48       copy commons-io JAR to the current working directory.
49

AUTHOR

51       Originally written by Nicholas Mailhot and David Walluck.
52

REPORTING BUGS

54       Bugs should be reported through Red Hat Bugzilla at
55       http://bugzilla.redhat.com/.
56

SEE ALSO

58       build-classpath(1), rebuild-jar-repository(1),
59
60
61
62JAVAPACKAGES                      11/20/2015             BUILD-JAR-REPOSITO(1)
Impressum