REBUILD\-JAR\-REPOSI

Section: Java Packages Tools (1)
Updated: 01/26/2021
Page Index
 

NAME

rebuild-jar-repository - 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 (m[blue]http://www.jpackage.org/m[]).  

REPORTING BUGS

Bugs should be reported through Java Packages Tools issue tracker at Github: m[blue]https://github.com/fedora-java/javapackages/issuesm[].  

SEE ALSO

build-jar-repository(1), build-classpath(1),


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
DEPENDENCIES
EXAMPLES
AUTHOR
REPORTING BUGS
SEE ALSO