Author: dennisl
Date: Sun Sep 16 14:20:37 2007
New Revision: 576178
URL: http://svn.apache.org/viewvc?rev=576178&view=rev
Log:
o Site tweaks.
Modified:
maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java
maven/plugins/trunk/maven-stage-plugin/src/site/apt/index.apt
maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt
maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml
Modified:
maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java?rev=576178&r1=576177&r2=576178&view=diff
==============================================================================
---
maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java
(original)
+++
maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java
Sun Sep 16 14:20:37 2007
@@ -28,7 +28,7 @@
import java.io.IOException;
/**
- * Copies artifacts from one repository to the another repository.
+ * Copies artifacts from one repository to another repository.
*
* @author Jason van Zyl
* @requiresProject false
Modified: maven/plugins/trunk/maven-stage-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/apt/index.apt?rev=576178&r1=576177&r2=576178&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/apt/index.apt Sun Sep 16
14:20:37 2007
@@ -29,21 +29,26 @@
Maven Stage Plugin
- The Maven Stage Plugin copies artifacts from one repository to another. Its
- main use is for copying artifacts from a staging repository to the real
- repository.
+ The Maven Stage Plugin copies artifacts from one repository to another. Its
+ main use is for copying artifacts from a staging repository to the real
+ repository.
* Goals Overview
- The Stage Plugin has one goal:
+ The Stage Plugin has one goal:
- * {{{copy-mojo.html}stage:copy}} Copies artifacts from one repository to the
- another repository.
+ * {{{copy-mojo.html}stage:copy}} Copies artifacts from one repository to
+ another repository.
- Check the {{{usage.html}instructions on how to use the Stage Plugin}}.
+ []
+
+* Usage
- ~~ * Examples
+ Instructions on how to use the Stage Plugin can be found
{{{usage.html}here}}.
- ~~ The following examples show how to use the Stage Plugin in more advanced
use-cases:
+~~ * Examples
- ~~ * {{{examples/advanced.html}Advanced}}
+~~ To provide you with better understanding of some usages of the Stage
Plugin,
+~~ you can take a look into the following examples:
+
+~~ * {{{examples/advanced.html}Advanced}}
Modified: maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt?rev=576178&r1=576177&r2=576178&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt Sun Sep 16
14:20:37 2007
@@ -36,8 +36,10 @@
to the Apache scp repository located at
<<<scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository>>>
that is configured in the user settings file with an <<<apache.releases>>> id.
- If no special configuration is required for the source or target repositories
the
- sourceRepositoryId or targetRepositoryId parameters respectively can be
ommited
+
+ If no special configuration is required for the source or target repositories
+ the <<<sourceRepositoryId>>> or <<<targetRepositoryId>>> parameters
+ respectively can be omitted.
-------------------
mvn stage:copy -Dsource="http://people.apache.org/~snicoll/maven-stage-repo/" \
Modified: maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml?rev=576178&r1=576177&r2=576178&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml Sun Sep 16
14:20:37 2007
@@ -25,14 +25,11 @@
<question>Why isn't my username being picked up when I specify a
repositoryId?</question>
<answer>
<p>
- The plugin <i>should</i> pick up your username/password from your
- <code>settings.xml</code> file. Due to a bug in Wagon this isn't
- happening. To get around this you can pass along your username like
- this:
+ The plugin <i>will</i> pick up the username/password from your
+ <code>settings.xml</code> file. Make sure that you are using the same
+ <code>id</code> in your <code>settings.xml</code> that you are using
+ on the command line.
</p>
- <source>
-mvn stage:copy -Dstage.username=dennisl ...
- </source>
</answer>
</faq>
</part>