Author: rfscholte
Date: Wed Jul 10 20:20:16 2013
New Revision: 1501960
URL: http://svn.apache.org/r1501960
Log:
[MINSTALL-52] install:install-file should default to a pom file found in the
jar if available
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/usage.apt
Modified: maven/plugins/trunk/maven-install-plugin/src/site/apt/usage.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/usage.apt?rev=1501960&r1=1501959&r2=1501960&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-install-plugin/src/site/apt/usage.apt Wed Jul 10
20:20:16 2013
@@ -60,8 +60,8 @@ mvn install:install-file -Dfile=your-art
+---+
* the groupId, artifactId, version and packaging of the file to install.
These can
- be taken from the specified pomFile, and overridden or specified using the
- command line. When the pomFile contains a <parent> section, the parent's
+ be taken from the specified pomFile, extracted from the pom.xml inside the
artifact, and overridden or specified
+ using the command line. When the pomFile contains a <parent> section, the
parent's
groupId can be considered if the groupId is not specified further for the
current project or on the command line.