commit e1d263e0f6ab464bffc3fa778504c76611a61011
Author: joehni <[email protected]>
AuthorDate: Wed, 20 Feb 2013 01:51:44 +0100
Commit: joehni <[email protected]>
CommitDate: Wed, 20 Feb 2013 01:51:44 +0100
Add Maven skin
diff --git a/pom.xml b/pom.xml
index ca12ac8..84f0224 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
<modules>
<module>xsite-core</module>
<module>xsite-resources</module>
+ <module>xsite-maven-skin</module>
<module>xsite-ant</module>
<module>xsite-maven-plugin</module>
</modules>
diff --git a/xsite-maven-skin/pom.xml b/xsite-maven-skin/pom.xml
new file mode 100644
index 0000000..3fc9e3b
--- /dev/null
+++ b/xsite-maven-skin/pom.xml
@@ -0,0 +1,11 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.codehaus.xsite</groupId>
+ <artifactId>xsite</artifactId>
+ <version>1.3-SNAPSHOT</version>
+ </parent>
+ <artifactId>xsite-maven-skin</artifactId>
+ <packaging>jar</packaging>
+ <name>XSite Maven Skin</name>
+</project>
\ No newline at end of file
diff --git a/xsite-maven-skin/src/main/resources/META-INF/maven/site.vm
b/xsite-maven-skin/src/main/resources/META-INF/maven/site.vm
new file mode 100644
index 0000000..f3c3004
--- /dev/null
+++ b/xsite-maven-skin/src/main/resources/META-INF/maven/site.vm
@@ -0,0 +1,3 @@
+<html>
+<body>$bodyContent</body>
+</html>