Author: brianf
Date: Wed Mar 14 20:33:41 2007
New Revision: 518457
URL: http://svn.apache.org/viewvc?view=rev&rev=518457
Log:
minor faq fix
Modified:
maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml
Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml?view=diff&rev=518457&r1=518456&r2=518457
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml Wed Mar 14
20:33:41 2007
@@ -34,16 +34,13 @@
<question>When executing mvn dependency:unpack or dependency:copy from
the command line, I get "One or more required plugin parameters are
invalid/missing for 'dependency:unpack'"</question>
<answer>
<p>
- In order for this to work, you must configure the
ArtifactItems as shown <a href="examples\copying-artifacts.html#Copying From
the Command Line">here</a>. Note that when executing a plugin from
+ In order for this to work, you must configure the
ArtifactItems as shown <a href="examples/copying-artifacts.html#Copying From
the Command Line">here</a>. Note that when executing a plugin from
the command line, you must put the configuration tag
outside of the executions.
If you haven't done this correctly, the error will look
like this:
<pre>
[0] inside the definition for plugin:
'maven-dependency-plugin'specify the following:
- <configuration>
- ...
- <artifactItems>VALUE</artifactItems>
- </configuration>.
+
</pre>
</p>
</answer>