You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2017/12/04 07:38:34 UTC

[karaf] branch master updated: Fix org.apache.karaf.jpm.ProcessTest

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

ggrzybek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new fecd0ab  Fix org.apache.karaf.jpm.ProcessTest
fecd0ab is described below

commit fecd0ab785410cbf3f67662827f9c0cb968914af
Author: Grzegorz Grzybek <gr...@gmail.com>
AuthorDate: Mon Dec 4 08:38:27 2017 +0100

    Fix org.apache.karaf.jpm.ProcessTest
---
 util/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/util/pom.xml b/util/pom.xml
index 672b39a..80eac27 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -68,4 +68,17 @@
         <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>
     </properties>
 
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/filtered-resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+    </build>
+
 </project>

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