Query: build-jar-repository
OS: centos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BUILD-JAR-REPOSITO(1) Java Packages Tools BUILD-JAR-REPOSITO(1)NAMEbuild-jar-repository - create a symbolic link to a JARSYNOPSISbuild-jar-repository [OPTION]... DIRECTORY JAR|artifact-coordinatesDESCRIPTIONBuild a JAR repository in the named directory by copying files or creating symbolic links. The JARs can be identified by their names or Maven artifact coordinates. Artifact coordinates specify Maven artifact and are in format groupId:artifactId[:extension[:classifier]]:version. If extension is omitted then "jar" is used. If classifier is omitted then empty classifier is used. For more information see XMvn Configuration Reference.OPTIONSIf no option is specified the default action will be to create symbolic links -c, --copy Copy files. -h, --hard Create hard links. -p, --preserve-naming Try to preserve the names of the original JAR files (in case of a nested hit the slashes in the path will still be replaced by underscores). Using this option makes any future automated repository rebuild impossible, and implies -c unless specified otherwise. -s, --soft, --symbolic Create symbolic links (default). --help Display help textEXAMPLESbuild-jar-repository . jndi - This will create a symbolic link to the jndi JAR in the current working directory. build-jar-repository -h /tmp log4j - This will create a hard link to the log4j JAR in /tmp directory. build-jar-repository -c . org.apache.commons:commons-io - This will copy commons-io JAR to the current working directory.AUTHOROriginally written by Nicholas Mailhot and David Walluck.REPORTING BUGSBugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/.SEE ALSObuild-classpath(1), rebuild-jar-repository(1),JAVAPACKAGES06/10/2014 BUILD-JAR-REPOSITO(1)
Related Man Pages |
---|
bnd(1) - debian |
mh_cleanpom(1) - debian |
mh_linkjar(1) - debian |
clean-binary-files(1) - suse |
appclient(1m) - debian |