(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 17:03:11 +0000 (17:03 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 17:03:11 +0000 (17:03 +0000)
security/impl/pom.xml
security/impl/src/site/site.xml [new file with mode: 0644]
security/impl/src/site/xdoc/index.xml [new file with mode: 0644]
security/impl/src/site/xdoc/userguide.xml [new file with mode: 0644]

index 310a817e68aa311bd1407756438129b5ab604e22..0174f41705fe5a22495a6f37d0eed71a45bb60b3 100644 (file)
     </dependency>
 
   </dependencies>
+  
+  <distributionManagement>
+    <site>
+      <id>test-enterprise-site</id>
+      <url>file:${distrib}/security</url>
+    </site>
+  </distributionManagement>
 
 </project>
diff --git a/security/impl/src/site/site.xml b/security/impl/src/site/site.xml
new file mode 100644 (file)
index 0000000..12966ad
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Home Network Evolution">
+  <bannerLeft>
+    <name>Security</name>
+    <!-- src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href -->
+  </bannerLeft>
+  <!-- bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight -->
+  <body>
+    <links>
+      <item name="utilities library" href="http://utils.wamblee.org/"/>
+    </links>
+
+    <menu name="Security">
+      <item name="User guide" href="userguide.html"/>
+      <item name="javadoc" href="apidocs/index.html"/>
+    </menu>
+  </body>
+</project>
diff --git a/security/impl/src/site/xdoc/index.xml b/security/impl/src/site/xdoc/index.xml
new file mode 100644 (file)
index 0000000..9c5d4e2
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC
+  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
+<document>
+  <properties>
+    <title>Test/Enterprise overview</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Introduction">
+      <p>Description to be added.</p>
+    </section>
+  </body>
+</document>
diff --git a/security/impl/src/site/xdoc/userguide.xml b/security/impl/src/site/xdoc/userguide.xml
new file mode 100644 (file)
index 0000000..67b762d
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC
+  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
+<document>
+  <properties>
+    <title>Test/Enterprise Userguide</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Main Area 1">
+      <subsection name="Example 1"> </subsection>
+      <subsection name="Example 2"> </subsection>
+    </section>
+
+
+    <section name="Maven POM configuration">
+      <p>To be done.</p>
+    </section>
+
+  </body>
+</document>