1BUILD-CLASSPATH(1)            Java Packages Tools           BUILD-CLASSPATH(1)
2
3
4

NAME

6       build-classpath - build a Java CLASSPATH
7

SYNOPSIS

9       build-classpath JAR|artifact-coordinates [JAR|artifact-coordinates ...]
10

DESCRIPTION

12       Small utility to build a Java CLASSPATH with the named JARs or Maven
13       artifact coordinates. Artifact coordinates specify Maven artifact and
14       are in format groupId:artifactId[:extension[:classifier]]:version. If
15       extension is omitted then "jar" is used. If classifier is omitted then
16       empty classifier is used. For more information see XMvn Configuration
17       Reference. The CLASSPATH is returned to standard output.
18

EXAMPLES

20       build-classpath junit xerces-j2 wsdl4j - this will return a string to
21       standard out that is a valid CLASSPATH containing junit, xerces-j2, and
22       wsdl4j JARs.
23
24       build-classpath log4j:log4j org.apache.commons:commons-io - this will
25       return a string to standard out that is a valid CLASSPATH containing
26       log4j and commons-io JARs.
27
28       build-classpath com.google.inject:guice::no_aop: - this will return a
29       string to standard out that is a valid CLASSPATH containing
30       google-guice JAR with classifier no_aop.
31

AUTHOR

33       Originally written by David Walluck.
34

REPORTING BUGS

36       Bugs should be reported through Red Hat Bugzilla at
37       http://bugzilla.redhat.com/.
38

SEE ALSO

40       build-jar-repository(1), rebuild-jar-repository(1),
41
42
43
44JAVAPACKAGES                      11/20/2015                BUILD-CLASSPATH(1)
Impressum