1MVN_ARTIFACT(7) Java Packages Tools MVN_ARTIFACT(7)
2
3
4
6 mvn_artifact - request installation of Maven artifact
7
9 %mvn_artifact [options] model [artifact-file]
10
11 %mvn_artifact [options] artifact-coordinates artifact-file
12
14 mvn_artifact macro marks specified Maven artifact to be installed by
15 further call to mvn_install. Multiple calls to mvn_artifact and/or
16 mvn_build can be made to request installation of multiple artifacts.
17
19 --skip-dependencies
20 Do not try to gather list of dependencies for given Maven artifact.
21
22 -Dproperty=value
23 Add artifact property
24
26 model
27 Path to raw project object model (POM) file to be associated and
28 installed with artifact.
29
30 artifact-file
31 Path to file to be used as artifact file. If omitted then no
32 artifact file is installed.
33
34 artifact-coordinates
35 Artifact coordinates specify artifact to be installed. If specified
36 then no model file is installed with artifact. Coordinates are in
37 format groupId:artifactId[:extension[:classifier]]:version. If
38 extension is omitted then "jar" is used. If classifier is omitted
39 then empty classifier is used. For more information see XMvn
40 Configuration Reference.
41
43 Written by Michal Srb.
44
46 Bugs should be reported through Java Packages Tools issue tracker at
47 Github: https://github.com/fedora-java/javapackages/issues.
48
50 gradle_build(7), mvn_build(7), mvn_install(7).
51
52
53
54JAVAPACKAGES 01/26/2021 MVN_ARTIFACT(7)