table of contents
MVN_FILE(7) | Java Packages Tools | MVN_FILE(7) |
NAME¶
mvn_file - set installation location(s) for Maven artifact(s)
SYNOPSIS¶
%mvn_file artifact-coordinates primary-file [secondary-file ...]
DESCRIPTION¶
mvn_file macro causes instructions for artifact installation to be added to XMvn reactor configuration. It is used to control locations of artifact files in file system. (The exact meaning of artifact location is dependant on particular implementation of XMvn repository into which artifacts will be installed.)
Specified artifact coordinates must match at least one artifact. If not then behavior is unspecified. It is possible to specify artifact coordinates matching multiple artifacts, so one call to mvn_file can affect installation of more than one artifact.
OPERANDS¶
artifact-coordinates
primary-file
secondary-file
AUTHOR¶
Originally written by Mikolaj Izdebski. Versions 3.0.0 and later were written by Stanislav Ochotnicky.
REPORTING BUGS¶
Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/.
SEE ALSO¶
mvn_alias(7), mvn_build(7), mvn_compat_version(7), mvn_config(7), mvn_package(7), xmvn(1).
11/19/2015 | JAVAPACKAGES |