</dependency>
</dependencies>
+
+ <distributionManagement>
+ <site>
+ <id>test-enterprise-site</id>
+ <url>file:${distrib}/security</url>
+ </site>
+ </distributionManagement>
</project>
--- /dev/null
+<?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>
--- /dev/null
+<?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>
--- /dev/null
+<?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>