build-jar-repository command examples
build-jar-repository – create a symbolic link to a JAR
#build-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.