This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2d459bb15f4ce16b65472cfac671ca736ded0baf Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 20 13:07:30 2023 +0100 Salesforce Maven plugin IT Tests: Make them at least compile Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel-salesforce-maven-plugin/src/it/customized-types/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml index 9ca011f7380..48ab5521fc0 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml @@ -29,6 +29,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <properties-maven-plugin-version>1.1.0</properties-maven-plugin-version> </properties> <build> @@ -44,7 +45,7 @@ <goals><goal>read-project-properties</goal></goals> <configuration> <files> - <file>../../../../test-salesforce-login.properties</file> + <file>../../../../test-salesforce-login.properties.sample</file> </files> </configuration> </execution>
