1MVN_ARTIFACT(7) Java Packages Tools MVN_ARTIFACT(7)
2
3
4
6 mvn_artifact - request installation of Maven artifact
7
9 %mvn_artifact model [artifact-file] %mvn_artifact artifact-coordinates
10 artifact-file
11
13 mvn_artifact macro marks specified Maven artifact to be installed by
14 further call to mvn_install. Multiple calls to mvn_artifact and/or
15 mvn_build can be made to request installation of multiple artifacts.
16
18 model
19 Path to raw project object model (POM) file to be associated and
20 installed with artifact.
21
22 artifact-file
23 Path to file to be used as artifact file. If omitted then no
24 artifact file is installed.
25
26 artifact-coordinates
27 Artifact coordinates specify artifact to be installed. If specified
28 then no model file is installed with artifact. Coordinates are in
29 format groupId:artifactId[:extension[:classifier]]:version. If
30 extension is omitted then "jar" is used. If classifier is omitted
31 then empty classifier is used. For more information see XMvn
32 Configuration Reference.
33
35 Written by Michal Srb.
36
38 Bugs should be reported through Red Hat Bugzilla at
39 http://bugzilla.redhat.com/.
40
42 mvn_build(7), mvn_install(7).
43
44
45
46JAVAPACKAGES 11/20/2015 MVN_ARTIFACT(7)