(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 16:33:51 +0000 (16:33 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 16:33:51 +0000 (16:33 +0000)
pom.xml
test/enterprise/src/site/xdoc/index.xml

diff --git a/pom.xml b/pom.xml
index d302fc116b24c50c17ec39fa253c5d680bc8f8e5..ca6b6d79a7f5898ee0243b95204d5f49b1df528c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </profile>
     </profiles>
 
+    <distributionManagement>
+        <site>
+            <id>test-enterprise-site</id>
+            <url>file:${distrib}/main</url>
+        </site>
+    </distributionManagement>
 
     <properties>
         <spring.version>2.0.8</spring.version>
index 30289552678185a5d33723b96b11022de56bd124..0252bc09579fcc0d0241f575c1592af7cae96469 100644 (file)
@@ -9,14 +9,13 @@
   </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>
-