]> git.argeo.org Git - lgpl/argeo-commons.git/blob - src/site/site.xml
Improve JCR
[lgpl/argeo-commons.git] / src / site / site.xml
1 <!--
2
3 Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 -->
18
19 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22 <version />
23 <publishDate format="yyyy-MM-dd HH:mm" />
24 <body>
25 <menu name="Overview">
26 <item name="Home" href="${project.url}/index.html" />
27 <item name="Runtime" href="${project.url}/runtime/index.html">
28 <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
29 <item name="Code" href="${project.url}/xref/index.html" />
30 <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
31 </item>
32 </menu>
33 <menu ref="parent" />
34 <menu ref="modules" />
35 <menu ref="reports" />
36 </body>
37 <poweredBy>
38 <logo name="Maven" href="http://maven.apache.org/"
39 img="http://maven.apache.org/images/logos/maven-feather.png" />
40 </poweredBy>
41 <skin>
42 <groupId>org.apache.maven.skins</groupId>
43 <artifactId>maven-default-skin</artifactId>
44 <version>1.0</version>
45 </skin>
46 </project>
47