From 4ba8c3222647851220ae5da03e33e733d2fc7016 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 21:51:29 +0100 Subject: Wagon: Deploying site to repository --- devel-hacking.html | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 devel-hacking.html (limited to 'devel-hacking.html') diff --git a/devel-hacking.html b/devel-hacking.html new file mode 100644 index 0000000..b3d595b --- /dev/null +++ b/devel-hacking.html @@ -0,0 +1,161 @@ + + + + + + DHBW Calendar - + Hacking DHBW Calendar + + + + + + + + + + +
+ +
+
+
+ + +

Hacking Documentation

+

+ Diese Dokumentation wird im Projektverzeichniss unter + src/main/site + verwaltet. +

+

+ Dabei wird Projektweit das + xdoc + Format verwendet. +

+

+ Generiert wird die Dokumentation durch den Befehl + mvn site:site + und der Befehl + mvn site:deploy + veröffentlicht - entsprechende Berechtigungen vorrausgesetzt - die + Seite auf github im + gh-pages + des Repositories. +

+

+ Dazu muss in der lokalen Maven Konfiguration ( + $HOME/.m2/settings.xml + ) der Benutzer zum Zugriff auf das Repository auf + git + eingestellt sein. +

+
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
+                  http://maven.apache.org/xsd/settings-1.0.0.xsd">
+	<servers>
+		<server>
+			<id>github-project-site</id>
+			<username>git</username>
+		</server>
+	</servers>
+</settings>
+			
+
+ + +
+
+
+
+
+ + + -- cgit v1.2.1