From a5c4401993281de4d0b19523670808d7e5fc9c44 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Thu, 25 Oct 2012 12:12:23 +0200 Subject: [PATCH] Changed generation of maven site Added menu for "Documentation" containing a list of dependencies, a small indroduction how to install ARSnova for development usage and a link to generated API docs. --- pom.xml | 7 +++++++ src/site/site.xml | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e65649ca2..412e4529f 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,13 @@ <version>2.4</version> <configuration> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + </configuration> </plugin> </plugins> diff --git a/src/site/site.xml b/src/site/site.xml index b187f74f9..0ace67ef2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -30,7 +30,7 @@ <bannerLeft> <name>ARSNova</name> <src>arsnova.png</src> - <href>http://ars.thm.de/</href> + <href>https://arsnova.thm.de/</href> </bannerLeft> <bannerRight> @@ -46,11 +46,14 @@ </links> <menu name="Overview"> <item name="Introduction" href="index.html" /> - <item name="Dependencies" href="dependencies.html" /> - <item name="Installation" href="installation.html" /> <item name="License" href="license.html" /> <item name="The Team" href="team-list.html" /> </menu> + <menu name="Documentation"> + <item name="Dependencies" href="dependencies.html" /> + <item name="Installation" href="installation.html" /> + <item name="API Docs" href="apidocs/index.html" /> + </menu> <menu name="Further Information"> <item name="Gitorious" href="https://scm.thm.de/arsnova" /> <item name="Issue Tracking" href="issue-tracking.html" /> -- GitLab