Move site directory
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Dec 2011 14:11:11 +0000 (14:11 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Dec 2011 14:11:11 +0000 (14:11 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4923 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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

diff --git a/doc/site/apt/index.apt b/doc/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/doc/site/site.xml b/doc/site/site.xml
new file mode 100644 (file)
index 0000000..8b5f5f3
--- /dev/null
@@ -0,0 +1,47 @@
+<!--
+
+    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+
+    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 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>
+
diff --git a/pom.xml b/pom.xml
index d0cc2be8637624e7ee35fab1f9e2a34c5b3a0882..596f7290069dd8aaf9098601139a193f4a060885 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -242,6 +242,9 @@ limitations under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
+                               <configuration>
+                                       <siteDirectory>doc/site</siteDirectory>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
deleted file mode 100644 (file)
index 4fcef7a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Argeo Commons
-
-  Commons components.
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644 (file)
index 8b5f5f3..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
-
-    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
-
-    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 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>
-