This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git
commit ecb7f17583287df4a95f8ce1ca58be84d5346907 Author: Andreas Schaefer <[email protected]> AuthorDate: Thu Jan 9 12:05:29 2020 -0800 Trying to fix a weird issue with the Integration Tests as they fail on some computers Also move the IT test repo into a project local folder to avoid soiling the developers’ repos. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 5a3f495..3163058 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> + <version>3.2.1</version> <configuration> <debug>true</debug> <projectsDirectory>src/it</projectsDirectory> @@ -134,6 +135,7 @@ <!-- The version of the test version which should match the plugin version but maybe off during a release --> <plugin.version>1.0.2</plugin.version> </scriptVariables> + <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath> </configuration> <executions> <execution>
