Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mvn_config(7) [centos man page]

MVN_CONFIG(7)							Java Packages Tools						     MVN_CONFIG(7)

NAME
mvn_config - specify custom XMvn configuration option SYNOPSIS
%mvn_config key value DESCRIPTION
mvn_config macro causes custom configuration options to be added to XMvn reactor configuration. OPERANDS
key Configuration option key (unique name). This is XPath-like address of XML configuration node - list of XML nodes delimited by /. If unknown key is given, behavior is unspecified. For list of available keys see XMvn Configuration Reference. value Value of specified option. Must be either plain text or XML content. If value format is inappropriate for particular option, behavior is unspecified. 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_file(7), mvn_package(7), xmvn(1). JAVAPACKAGES
06/10/2014 MVN_CONFIG(7)

Check Out this Related Man Page

MVN_PACKAGE(7)							Java Packages Tools						    MVN_PACKAGE(7)

NAME
mvn_package - specify target package for Maven artifact(s) SYNOPSIS
%mvn_package artifact-coordinates [target-package] DESCRIPTION
mvn_package macro causes instructions for artifact installation to be added to XMvn reactor configuration. It is used to specify target package to which Maven artifacts should 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_package can affect installation of more than one artifact. OPERANDS
artifact-coordinates Artifact coordinates specify artifact(s) that this rule applies to. Coordinates are in format groupId:artifactId[:extension[:classifier]][:version]. If extension is specified then version must be specified too. If any part is omitted or equal to empty string then it matches any string. Wildcards and brace expansions are supported in each part. For more information see XMvn Configuration Reference. target-package Name of target (sub-)package to which matching artifacts will be installed. Backreferences are supported in form @n, where n is an integer corresponding to brace in artifact-coordinates. A special value of noinstall means that matching artifact(s) should not be installed to any package. Special value of default means that matching artifact(s) should be installed into main package. If target-package is omitted value of __default is assumed. 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_file(7), xmvn(1). JAVAPACKAGES
06/10/2014 MVN_PACKAGE(7)
Man Page

2 More Discussions You Might Find Interesting

1. Red Hat

Reset All Configuration

Hi All, i am using redhat enterprise 5.7 after do all configuration i need for any thing is there any way to reset all configuration 1- i don't have backup this is not a problem i face but i assume this may be happen so i am asking about any command back redhat to the status after... (4 Replies)
Discussion started by: osmanux
4 Replies

2. Programming

Field delimited data to XML

Hi, We need to produce a XML file based on a record/field delimited data file. At this point we could just script something out but I would like to ask the community what would be the best choice of programming language to do this, in terms of performance of execution, and in terms of complexity... (9 Replies)
Discussion started by: Indalecio
9 Replies