Author: dennisl
Date: Sat Aug 2 07:05:55 2008
New Revision: 681980
URL: http://svn.apache.org/viewvc?rev=681980&view=rev
Log:
o Sync titles, headings and menu options.
o Alphabetize the Examples menu options.
Modified:
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/clone-projects.apt.vm
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/fast-use.apt.vm
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/post-build-script.apt.vm
maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml
Modified:
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/clone-projects.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/clone-projects.apt.vm?rev=681980&r1=681979&r2=681980&view=diff
==============================================================================
---
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/clone-projects.apt.vm
(original)
+++
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/clone-projects.apt.vm
Sat Aug 2 07:05:55 2008
@@ -1,5 +1,5 @@
------
- Clone Projects Example
+ Cloning Projects
------
Paul Gier
------
@@ -26,7 +26,7 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Clone Projects Example
+Cloning Projects
By default the projects will be executed in the same directory where they
are found.
This means that build output will be generated with the project files. It
may be
Modified:
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/fast-use.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/fast-use.apt.vm?rev=681980&r1=681979&r2=681980&view=diff
==============================================================================
---
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/fast-use.apt.vm
(original)
+++
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/fast-use.apt.vm
Sat Aug 2 07:05:55 2008
@@ -26,7 +26,7 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Fast Invoker Plugin Configuration
+Fast Build Configuration
If you follow the recommended approach and use a dedicated local repository
for the integration tests (e.g.
<<<target/local-repo>>>), you will likely encounter long build times. If the
test repository has been cleaned, the
Modified:
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm?rev=681980&r1=681979&r2=681980&view=diff
==============================================================================
---
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm
(original)
+++
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm
Sat Aug 2 07:05:55 2008
@@ -1,5 +1,5 @@
------
- Installing Artifacts Example
+ Installing Artifacts
------
Paul Gier
------
@@ -26,7 +26,7 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Installing Artifacts Example
+Installing Artifacts
The following example shows a plugin configuration using the
<<<{{{../install-mojo.html}invoker:install}}>>>
goal. This will cause the project artifact(s) to be installed to a
dedicated local
Modified:
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/post-build-script.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/post-build-script.apt.vm?rev=681980&r1=681979&r2=681980&view=diff
==============================================================================
---
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/post-build-script.apt.vm
(original)
+++
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/post-build-script.apt.vm
Sat Aug 2 07:05:55 2008
@@ -1,5 +1,5 @@
------
- Installing Artifacts Example
+ Using a Post Build Script
------
Paul Gier
------
@@ -26,7 +26,7 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Example using postBuildHookScript
+Using a Post Build Script
Here is an example of how the Invoker Plugin can be used to run a set
of Maven projects and then verify their output with a BeanShell script.
Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml?rev=681980&r1=681979&r2=681980&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml Sat Aug 2
07:05:55 2008
@@ -30,11 +30,11 @@
</menu>
<menu name="Examples">
- <item name="Clone Projects" href="examples/clone-projects.html"/>
- <item name="Install Artifacts" href="examples/install-artifacts.html"/>
- <item name="Post Build Script" href="examples/post-build-script.html"/>
- <item name="Fast Use" href="examples/fast-use.html"/>
<item name="Accessing Test Classes"
href="examples/access-test-classes.html"/>
+ <item name="Cloning Projects" href="examples/clone-projects.html"/>
+ <item name="Fast Build Configuration" href="examples/fast-use.html"/>
+ <item name="Installing Artifacts"
href="examples/install-artifacts.html"/>
+ <item name="Using a Post Build Script"
href="examples/post-build-script.html"/>
</menu>
</body>