rebuild-jar-repository - Man Page
rebuild a JAR repository
Synopsis
rebuild-jar-repository [OPTION]... DIRECTORY
Description
Rebuild a jar repository (built by build-jar-repository) based on the current JVM settings
Options
If no option is specified the default action will be to rebuild with symbolic links
- -c, --copy
Copy files.
- -h, --hard
Create hard links.
- -s, --soft, --symbolic
Create symbolic links (default).
Dependencies
Using rebuild-jar-repository with artifact-coordinates requires xmvn-resolve command to be available. User of rebuild-jar-repository is responsible for making it available in the system.
Examples
rebuild-jar-repository . - This will update all links created by build-jar-repository in the current working directory. Updated links will be symbolic links.
rebuild-jar-repository -h /tmp - This will update all links created by build-jar-repository in the /tmp directory. Updated links will be hard links.
Author
Written by the JPackage Project (http://www.jpackage.org/).
Reporting Bugs
Bugs should be reported through Java Packages Tools issue tracker at Github: https://github.com/fedora-java/javapackages/issues.
See Also
Referenced By
build-classpath(1), build-jar-repository(1).