</profile>
     </profiles>
 
+    <distributionManagement>
+        <site>
+            <id>test-enterprise-site</id>
+            <url>file:${distrib}/main</url>
+        </site>
+    </distributionManagement>
 
     <properties>
         <spring.version>2.0.8</spring.version>
 
   </properties>
   <body>
     <section name="Introduction">
-      <p>Part of the wamblee.org utilities library are test utilities for 
-      Java EE development. Currently, the following utilities are provided:</p>
+      <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
+        Currently, the following utilities are provided:</p>
       <ul>
+        <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
+          database or an external database. </li>
         <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
-        <li>JPA testing: Simple out of the box unit testing with JPA connecting to 
-             an inmemory database or an external database. </li>
       </ul>
     </section>
   </body>
 </document>
-