1MVN_COMPAT_VERSION(7)         Java Packages Tools        MVN_COMPAT_VERSION(7)
2
3
4

NAME

6       mvn_compat_version - set version(s) for Maven artifact(s)
7

SYNOPSIS

9       %mvn_compat_version artifact-coordinates version [version ...]
10

DESCRIPTION

12       mvn_compat_version macro causes instructions for artifact installation
13       to be added to XMvn reactor configuration. It is used to specify
14       versions for Maven artifacts.
15
16       Specified artifact coordinates must match at least one artifact. If not
17       then behavior is unspecified. It is possible to specify artifact
18       coordinates matching multiple artifacts, so one call to
19       mvn_compat_version can affect installation of more than one artifact.
20

OPERANDS

22       artifact-coordinates
23           Artifact coordinates specify artifact(s) that this rule applies to.
24           Coordinates are in format
25           groupId:artifactId[:extension[:classifier]][:version]. If extension
26           is specified then version must be specified too. If any part is
27           omitted or equal to empty string then it matches any string.
28           Wildcards and brace expansions are supported in each part. For more
29           information see XMvn Configuration Reference.
30
31       version
32           Strings specifying artifact version. Backreferences are supported
33           in form @n, where n is an integer corresponding to brace in
34           artifact-coordinates.
35

AUTHOR

37       Written by Stanislav Ochotnicky.
38

REPORTING BUGS

40       Bugs should be reported through Red Hat Bugzilla at
41       http://bugzilla.redhat.com/.
42

SEE ALSO

44       mvn_alias(7), mvn_build(7), mvn_config(7), mvn_file(7), mvn_package(7),
45       xmvn(1).
46
47
48
49JAVAPACKAGES                      11/20/2015             MVN_COMPAT_VERSION(7)
Impressum