Improve site
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 29 Dec 2009 15:45:17 +0000 (15:45 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 29 Dec 2009 15:45:17 +0000 (15:45 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3225 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

src/site/apt/index.apt [new file with mode: 0644]
src/site/site.xml [new file with mode: 0644]

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644 (file)
index 0000000..4fcef7a
--- /dev/null
@@ -0,0 +1,3 @@
+Argeo Commons
+
+  Commons components.
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644 (file)
index 0000000..0f9d79a
--- /dev/null
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+       <version />
+       <publishDate format="yyyy-MM-dd HH:mm" />
+       <body>
+               <menu name="Overview">
+                       <item name="Home" href="${project.url}/index.html" />
+                       <item name="Runtime" href="${project.url}/runtime/index.html">
+                               <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
+                               <item name="Code" href="${project.url}/xref/index.html" />
+                               <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
+                       </item>
+               </menu>
+               <menu ref="parent" />
+               <menu ref="modules" />
+               <menu ref="reports" />
+       </body>
+       <poweredBy>
+               <logo name="Maven" href="http://maven.apache.org/"
+                       img="http://maven.apache.org/images/logos/maven-feather.png" />
+       </poweredBy>
+       <skin>
+               <groupId>org.apache.maven.skins</groupId>
+               <artifactId>maven-default-skin</artifactId>
+               <version>1.0</version>
+       </skin>
+</project>
+