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

svn commit: r480080 - in /maven/plugins/trunk/maven-remote-resources-plugin/src/site: ./ apt/ apt/index.apt apt/usage.apt site.xml

Author: jvanzyl
Date: Tue Nov 28 07:08:26 2006
New Revision: 480080

URL: http://svn.apache.org/viewvc?view=rev&rev=480080
Log:
o site for the remote resources plugin

Added:
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt   (with props)
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt   (with props)
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml   (with props)

Added: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt?view=auto&rev=480080
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt (added)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt Tue Nov 28 07:08:26 2006
@@ -0,0 +1,34 @@
+ ------
+ Introduction
+ ------
+ Jason van Zyl
+ ------
+ 27 November 2006
+ ------
+
+Maven 2 Remote Resources Plugin
+
+  This plugin is used to retrieve JARs of resource from remote repositories,
+  processes those resources, and incorporate them into JARs you build with
+  Maven. A very common use-case is the need to package certain resources in a
+  consistent way across your organization: at Apache it is required that every
+  JAR produced contain a copy of the Apache license and a notice file that
+  references all used software in a given project.
+
+* Goals Overview
+
+  * {{{superduper-transform.html}superduper:transform}} retrieves specified
+    remote resource bundles, process them and places them in your <<<${basedir}/target/classes>>> directory.
+
+  []
+
+* Usage
+
+  Instructions on how to use the Remote Resources Plugin can be found {{{usage.html}here}}.
+
+* Examples
+
+  To provide you with better understanding of some usages of the Remote Resouces Plugin,
+  you can take a look at the following examples:
+
+  * {{{examples/example.html}Sample Example}}

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt?view=auto&rev=480080
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt (added)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt Tue Nov 28 07:08:26 2006
@@ -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

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml?view=auto&rev=480080
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml (added)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml Tue Nov 28 07:08:26 2006
@@ -0,0 +1,39 @@
+<?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="Samples">
+      <item name="Sample Changes Report" href="changes-report.html"/>
+      <item name="Live JIRA Report" href="jira-report.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>

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"