This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit b6b9d9cd21aeb6412fd22afb6fef5419214f1ebd
Author: Jason van Zyl <jvan...@apache.org>
AuthorDate: Mon Dec 4 04:30:04 2006 +0000

    o starting site for invoker plugin
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@482061
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/index.apt | 30 ++++++++++++++++++++++++++++++
 src/site/apt/usage.apt | 21 +++++++++++++++++++++
 src/site/site.xml      | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 87 insertions(+)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644
index 0000000..275dfd9
--- /dev/null
+++ b/src/site/apt/index.apt
@@ -0,0 +1,30 @@
+ ------
+ Introduction
+ ------
+ Jason van Zyl
+ ------
+ 27 November 2006
+ ------
+
+Maven 2 Invoker Plugin
+
+  This plugin is used to transform your development life. Don't bother with 
self-help
+  books on how to get over your build-time blues. Just use this plugin and
+  everything will miraculously change.
+
+* Goals Overview
+
+  * {{{superduper-transform.html}superduper:transform}} performs the 
miraculous build transformation.
+
+  []
+
+* Usage
+
+  Instructions on how to use the SuperDuper Plugin can be found 
{{{usage.html}here}}.
+
+* Examples
+
+  To provide you with better understanding of some usages of the SuperDuper 
Plugin,
+  you can take a look at the following examples:
+
+  * {{{examples/sample-example.html}Sample Example}}
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
new file mode 100644
index 0000000..9ebd6e8
--- /dev/null
+++ b/src/site/apt/usage.apt
@@ -0,0 +1,21 @@
+ ------
+ Usage
+ ------
+ Jason van Zyl
+ ------
+ 27 November 2006
+ ------
+
+Usage
+
+ This plugin is used to create miraculously transform your build!
+ 
+*How to miraculously transform your build
+ 
+ Describe here how you miraculously transform peoples' builds! 
+
+-------------------
+
+Put your awesome example here.
+
+-------------------
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..d538321
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
+<project>
+  <body>
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="Goals" href="plugin-info.html"/>
+      <item name="Usage" href="usage.html"/>
+      <item name="FAQ" href="faq.html"/>
+    </menu>
+    <!--
+    <menu name="Examples">
+      <item name="Alternate Location for the changes.xml File" 
href="examples/alternate-changes-xml-location.html"/>
+      <item name="SMTP Authentication" 
href="examples/smtp-authentication.html"/>
+    </menu>
+    -->
+  </body>
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <commits@maven.apache.org>.

Reply via email to