[hornetq-commits] JBoss hornetq SVN: r10570 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 28 10:10:10 EDT 2011


Author: borges
Date: 2011-04-28 10:10:10 -0400 (Thu, 28 Apr 2011)
New Revision: 10570

Added:
   trunk/README
Log:
Add a README file.
Make information necessary to /do/ stuff discoverable.

Added: trunk/README
===================================================================
--- trunk/README	                        (rev 0)
+++ trunk/README	2011-04-28 14:10:10 UTC (rev 10570)
@@ -0,0 +1,29 @@
+-*-outline-*-
+
+If you need information about the HornetQ project please go to 
+
+http://community.jboss.org/wiki/HornetQ
+http://www.jboss.org/hornetq/
+
+[...]
+
+This file describes 'stuff one needs to know' to get started with this project.
+
+* Maven:
+
+You need Maven 2.2.1. 
+
+Using Maven 3.X will not work, due to compatibility problems
+<https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html>.
+
+* TESTS:
+
+To run the unittests
+
+% mvn -Phudson-tests tests
+
+** Generating reports from unit tests 
+
+% mvn install
+% mvn site # (this currently does not work)
+



More information about the hornetq-commits mailing list