You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/14 07:18:40 UTC

[camel] 01/03: Camel-jooq: Use basedir for properties file path

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

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

commit 7968cabb5a1d74ef81d458efb33fb17f9c45eeab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 14 07:54:16 2021 +0100

    Camel-jooq: Use basedir for properties file path
---
 components/camel-jooq/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jooq/pom.xml b/components/camel-jooq/pom.xml
index 26c9f85..7fd5626 100644
--- a/components/camel-jooq/pom.xml
+++ b/components/camel-jooq/pom.xml
@@ -123,7 +123,7 @@
                         </goals>
                         <configuration>
                             <files>
-                                <file>src/test/resources/config.properties</file>
+                                <file>${basedir}/src/test/resources/config.properties</file>
                             </files>
                         </configuration>
                     </execution>
@@ -236,4 +236,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>