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/15 05:51:13 UTC

[camel] branch master updated: Camel-jooq: Use project.basedir to point to properties file in test

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


The following commit(s) were added to refs/heads/master by this push:
     new 1deaadb  Camel-jooq: Use project.basedir to point to properties file in test
1deaadb is described below

commit 1deaadb764ed1eb488b54e156995094e2b4cbe05
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 15 06:49:24 2021 +0100

    Camel-jooq: Use project.basedir to point to properties file in test
---
 components/camel-jooq/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jooq/pom.xml b/components/camel-jooq/pom.xml
index 7fd5626..a3f9c31 100644
--- a/components/camel-jooq/pom.xml
+++ b/components/camel-jooq/pom.xml
@@ -123,7 +123,7 @@
                         </goals>
                         <configuration>
                             <files>
-                                <file>${basedir}/src/test/resources/config.properties</file>
+                                <file>${project.basedir}/src/test/resources/config.properties</file>
                             </files>
                         </configuration>
                     </execution>