You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/10/13 22:02:28 UTC

svn commit: r1022273 - /sling/trunk/launchpad/testing/README.txt

Author: justin
Date: Wed Oct 13 20:02:28 2010
New Revision: 1022273

URL: http://svn.apache.org/viewvc?rev=1022273&view=rev
Log:
adding SLING-1795 profile info to README

Modified:
    sling/trunk/launchpad/testing/README.txt

Modified: sling/trunk/launchpad/testing/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/README.txt?rev=1022273&r1=1022272&r2=1022273&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/README.txt (original)
+++ sling/trunk/launchpad/testing/README.txt Wed Oct 13 20:02:28 2010
@@ -32,4 +32,12 @@ Integration tests
 This module runs number of integration tests provided by the sibling 
 integration-tests module.
 
-To run individual tests, see the README.txt in that module.
\ No newline at end of file
+To run individual tests, see the README.txt in that module.
+
+Using Reactor Builds
+----------------
+This project includes a Maven profile which with rewrite the bundle list to
+use the latest version of all Sling projects which were built in the same reactor
+build. To use this profile, execute the following command from the root project:
+
+    mvn -P test-reactor-sling-bundles clean install