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/03 14:25:32 UTC

[sling-parent] branch master updated: SLING-7351 Make the "dependencies.properties" visible for maven-failsafe-plugin

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 724a12e  SLING-7351 Make the "dependencies.properties" visible for maven-failsafe-plugin
724a12e is described below

commit 724a12ec6c0354db03a3293f0e4c01c72184d4be
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 3 15:25:08 2018 +0100

    SLING-7351 Make the "dependencies.properties" visible for maven-failsafe-plugin
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9dabed6..2f3e3e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,6 +465,16 @@
                     <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>
+                                <goal>generate-depends-file</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
             </plugins>
         </pluginManagement>

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