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

timothyjward pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 48a3823  Use a temporary local repository for the integration tests
     new 0b58153  Merge pull request #122 from timothyjward/fix/invoker
48a3823 is described below

commit 48a38239db5e50ea0b323e5b881044097a7ab1d7
Author: Tim Ward <[email protected]>
AuthorDate: Mon Sep 20 16:46:37 2021 +0100

    Use a temporary local repository for the integration tests
    
    Signed-off-by: Tim Ward <[email protected]>
---
 jax-rs.itests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index a477e4c..f9aa699 100644
--- a/jax-rs.itests/pom.xml
+++ b/jax-rs.itests/pom.xml
@@ -73,6 +73,7 @@
                                        <cloneClean>true</cloneClean>
                                        
<projectsDirectory>src/test/resources/integration-test</projectsDirectory>
                                        <streamLogs>true</streamLogs>
+                                       
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
                                        
<useLocalRepository>true</useLocalRepository>
                                        <scriptVariables>
                                                
<bndVersion>${project.version}</bndVersion>

Reply via email to