You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/08/24 11:06:20 UTC

svn commit: r1806027 - /sling/trunk/testing/org.apache.sling.testing.paxexam/README.md

Author: olli
Date: Thu Aug 24 11:06:19 2017
New Revision: 1806027

URL: http://svn.apache.org/viewvc?rev=1806027&view=rev
Log:
improve README

Modified:
    sling/trunk/testing/org.apache.sling.testing.paxexam/README.md

Modified: sling/trunk/testing/org.apache.sling.testing.paxexam/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/testing/org.apache.sling.testing.paxexam/README.md?rev=1806027&r1=1806026&r2=1806027&view=diff
==============================================================================
--- sling/trunk/testing/org.apache.sling.testing.paxexam/README.md (original)
+++ sling/trunk/testing/org.apache.sling.testing.paxexam/README.md Thu Aug 24 11:06:19 2017
@@ -17,17 +17,28 @@ Getting Started
 
 Add required dependencies:
 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
+    <!-- Sling Testing PaxExam -->
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
       <version>${org.apache.sling.testing.paxexam.version}</version>
       <scope>provided</scope>
     </dependency>
+
+    <!-- an OSGi framework -->
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.framework</artifactId>
+      <version>5.6.6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- JUnit and Pax Exam -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
@@ -74,6 +85,7 @@ Configure the build artifact (*bundle*)
           </execution>
         </executions>
         <configuration>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <systemProperties>
             <property>
               <name>bundle.filename</name>