mvn_artifact (7) - Linux Manuals
mvn_artifact: request installation of Maven artifact
NAME
mvn_artifact - request installation of Maven artifact
SYNOPSIS
%mvn_artifact model [artifact-file] %mvn_artifact artifact-coordinates artifact-file
DESCRIPTION
mvn_artifact macro marks specified Maven artifact to be installed by further call to mvn_install. Multiple calls to mvn_artifact and/or mvn_build can be made to request installation of multiple artifacts.
OPERANDS
model
- Path to raw project object model (POM) file to be associated and installed with artifact.
artifact-file
- Path to file to be used as artifact file. If omitted then no artifact file is installed.
artifact-coordinates
- Artifact coordinates specify artifact to be installed. If specified then no model file is installed with artifact. Coordinates are in format groupId:artifactId[:extension[:classifier]]:version. If extension is omitted then "jar" is used. If classifier is omitted then empty classifier is used. For more information see XMvn Configuration Reference.
AUTHOR
REPORTING BUGS
Bugs should be reported through Red Hat Bugzilla at m[blue]http://bugzilla.redhat.com/m[].