Author: aconway
Date: Wed Jun 25 22:31:00 2014
New Revision: 1605625

URL: http://svn.apache.org/r1605625
Log:
NO-JIRA: Added README.txt to java directory.

Added:
    qpid/trunk/qpid/java/README.txt

Added: qpid/trunk/qpid/java/README.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/README.txt?rev=1605625&view=auto
==============================================================================
--- qpid/trunk/qpid/java/README.txt (added)
+++ qpid/trunk/qpid/java/README.txt Wed Jun 25 22:31:00 2014
@@ -0,0 +1,24 @@
+==== Building the code and running the tests ====
+
+Here are some example Maven build commands that you may find usefull.
+
+Clean previous builds output and install all modules to local repository 
without
+running any of the unit or system tests.
+
+  mvn clean install -DskipTests
+
+Clean previous builds output and installs all modules to the local repository
+after running all the tests using the Java BDB 0-10 profile
+
+  mvn clean install -Pjava-bdb.0-10
+
+Perform a subset of the QA (int or sys tests) on the packaged release artifacts
+
+  mvn verify -Dtest=TestNamePattern* -DfailIfNoTests=false
+
+Execute the unit tests and then produce the code coverage report
+
+  mvn test jacoco:report
+
+For more details on how to build see:
+https://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Build+How+To



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to