rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
commit 06c2631298a5cf278ac692b42260bc49b9bffb56
parent b62e4a6ecc7d85d7415591049f789509d44adfa7
Author: Dan C <dan.callaghan@wotifgroup.com>
Date:   Tue, 27 Jul 2010 14:44:12 +1000

empty mvn site

Diffstat:
Mpom.xml | 19+++++++++++++++++--
Asrc/site/site.xml | 8++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -5,8 +5,13 @@
     <artifactId>rdftemplate</artifactId>
     <packaging>jar</packaging>
     <version>1.2-SNAPSHOT</version>
+    
     <name>rdftemplate</name>
-    <url>http://code.djc.id.au/</url>
+    <url>http://code.djc.id.au/rdftemplate/</url>
+    <description><![CDATA[
+        Library for generating XML documents from RDF data using templates
+    ]]></description>
+    <inceptionYear>2009</inceptionYear>
     
     <distributionManagement>
         <repository>
@@ -15,12 +20,22 @@
             <url>dav:http://code.djc.id.au/maven2/</url>
         </repository>
     </distributionManagement>
-    
     <scm>
         <url>http://code.djc.id.au/hg/rdftemplate-master/</url>
         <connection>scm:hg:http://code.djc.id.au/hg/rdftemplate-master/</connection>
         <developerConnection>scm:hg:file://${project.basedir}</developerConnection>
     </scm>
+    <ciManagement>
+        <system>Hudson</system>
+        <url>http://hudson.miskinhill.com.au/job/rdftemplate/</url>
+    </ciManagement>
+    <developers>
+        <developer>
+            <name>Dan C</name>
+            <email>djc@djc.id.au</email>
+            <url>http://www.djc.id.au/</url>
+        </developer>
+    </developers>
     
     <repositories>
         <repository>
diff --git a/src/site/site.xml b/src/site/site.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+    <body>
+        <menu ref="reports" />
+    </body>
+</project>