You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/08/28 23:04:12 UTC

svn commit: r437836 - in /maven/plugins/trunk/maven-dependency-plugin/src/site: apt/index.apt apt/usage.apt fml/faq.fml

Author: dennisl
Date: Mon Aug 28 14:04:11 2006
New Revision: 437836

URL: http://svn.apache.org/viewvc?rev=437836&view=rev
Log:
o Fix typos in the documentation.

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt?rev=437836&r1=437835&r2=437836&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt Mon Aug 28 14:04:11 2006
@@ -35,7 +35,7 @@
 	*{{{resolve-mojo.html}dependency:resolve}} tells Maven to resolve test
 	scope dependencies and displays the version.
 
-	*{{{resolve-mojo.html}dependency:sources}} tells Maven to resolve test
+	*{{{sources-mojo.html}dependency:sources}} tells Maven to resolve test
 	scope dependencies and their source attachments, and displays the version.
 
 	*{{{resolve-plugins-mojo.html}dependency:resolve-plugins}} Tells Maven to

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt?rev=437836&r1=437835&r2=437836&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Mon Aug 28 14:04:11 2006
@@ -11,18 +11,18 @@
 
 * The <<<dependency:copy>>> mojo
 
-   This goal is meant to be bound to a lifecycle and configured in your
-   pom.xml. It will resolve the artifact from the repository and place a copy
+   This goal is meant to be bound to a lifecycle phase and configured in your
+   <<<pom.xml>>>. It will resolve the artifact from the repository and place a copy
    in the specified location. Multiple artifacts can be defined in a single
    execution. A default output directory is specified but can be overriden for
    each ArtifactItem by setting the optional outputDirectory field. An
    optional new name can be set to rename while copying. The artifact version
-   is optional. If not set, the plugin will attempt to resolve from the
+   is optional. If not set, the plugin will attempt to resolve it from the
    dependencyManagement section.
 
    Artifacts are copied using the following rules:
 
-     * If the <<<artifactItem.overWrite>>> is set, use that value.
+     * If the <<<artifactItem / overWrite>>> is set, use that value.
 
      * Releases use the <<<overWriteReleases>>> value (default = true)
 
@@ -72,7 +72,7 @@
 
 * The <<<dependency:copy-dependencies>>> mojo
 
-   This goal can be bound to a lifecycle and configured in your pom.xml.
+   This goal can be bound to a lifecycle phase and configured in your <<<pom.xml>>>.
    It will resolve the dependencies (including transitive dependencies) from
    the repository and place a copy in the specified location. All scopes are
    included by default, but it can be limited to a single scope.

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?rev=437836&r1=437835&r2=437836&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml Mon Aug 28 14:04:11 2006
@@ -5,8 +5,8 @@
      <question>What is the difference between dependency-maven-plugin and maven-dependency-plugin?</question>
      <answer>
         <p>
-            Actually, they are the same, It's just it was moved and renamed. The dependency-maven-plugin
-            is hosted at Mojo while maven-dependency-plugin is hosted at Apache. But the recommended
+            Actually, they are the same, it's just that it was moved and renamed. The dependency-maven-plugin
+            is hosted at Mojo while maven-dependency-plugin is hosted at Apache. The recommended
             plugin to use is the maven-dependency-plugin.
         </p>
      </answer>