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 2018/01/04 14:24:27 UTC

[sling-site] branch master updated: adjust (upcoming Sling Parent 33)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 626298c  adjust (upcoming Sling Parent 33)
626298c is described below

commit 626298c196d8e0643ef2957a51e1594697f85263
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jan 4 15:24:08 2018 +0100

    adjust (upcoming Sling Parent 33)
---
 src/main/jbake/content/documentation/development/testing-paxexam.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index c33b913..ec1f908 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -92,7 +92,6 @@ Configure the build artifact (bundle) to use in integration testing in `pom.xml`
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
         <executions>
           <execution>
             <goals>
@@ -118,6 +117,9 @@ Add `depends-maven-plugin` when using `TestSupport#baseConfiguration()` or `Slin
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
         <version>1.4.0</version>
+        <configuration>
+          <outputFile>${project.build.directory}/test-classes/META-INF/maven/dependencies.properties</outputFile>
+        </configuration>
         <executions>
           <execution>
             <goals>
@@ -127,6 +129,8 @@ Add `depends-maven-plugin` when using `TestSupport#baseConfiguration()` or `Slin
         </executions>
       </plugin>
 
+**NOTE:** `<version/>`, `<configuration/>` and `<executions/>` are managed in Sling Parent and can be omitted when using version 33 or higher.
+
 ### 3. Create a test class and provide a *Configuration*
 
 Create a test class (extend `TestSupport` to use helper methods and `Option`s) and provide a *Configuration* (`Option[]`) for Pax Exam:

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].