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 d5871a9382a44e6ec4642853d3a02e9116fa084d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 28 19:23:43 2020 +0200

    Fixed build on camel-salesforce
---
 .../src/test/java/org/apache/camel/maven/SchemaMojoIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/SchemaMojoIntegrationTest.java
 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/SchemaMojoIntegrationTest.java
index a776e34..74932c6 100644
--- 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/SchemaMojoIntegrationTest.java
+++ 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/SchemaMojoIntegrationTest.java
@@ -40,7 +40,7 @@ public class SchemaMojoIntegrationTest {
         setup(mojo);
 
         mojo.includes = new String[] {"Account"};
-        mojo.outputDirectory = temp.getRoot();
+        mojo.outputDirectory = temp.getRoot().toFile();
         mojo.jsonSchemaFilename = "test-schema.json";
         mojo.jsonSchemaId = JsonUtils.DEFAULT_ID_PREFIX;
 

Reply via email to