You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/10/11 19:47:44 UTC

svn commit: r1181988 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/site: ./ apt/ apt/index.apt.vm

Author: hboutemy
Date: Tue Oct 11 17:47:44 2011
New Revision: 1181988

URL: http://svn.apache.org/viewvc?rev=1181988&view=rev
Log:
added an intro

Added:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/site/
    maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/
    maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm   (with props)

Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1181988&view=auto
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm (added)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Tue Oct 11 17:47:44 2011
@@ -0,0 +1,48 @@
+ ------
+ Introduction
+ ------
+ Hervé Boutemy
+ ------
+ 2011-10-11
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.name}
+
+ The ${project.name} is a skin for {{{/plugins/maven-site-plugin/examples/sitedescriptor.html#Skinning}maven-site-plugin}}.
+
+* Usage
+
+ To use this skin in your project, use the skin element of
+ {{{/doxia/doxia-sitetools/doxia-decoration-model/decoration.html}the <<<site.xml>>> site descriptor}}:
+
++-----+
+<project>
+  ...
+  <skin>
+    <groupId>${project.groupId}</groupId>
+    <artifactId>${project.artifactId}</artifactId>
+    <version>${project.version}</version>
+  </skin>
+  ...
+</project>
++-----+

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision