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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit bf55c09b18afb219ec6fa79d98cafb6bb388ec99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 8 12:58:51 2023 -0500

    Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (#1154)
    
    * Bump maven-invoker-plugin from 3.4.0 to 3.5.0
    
    Bumps 
[maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 
3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.4.0...maven-invoker-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update maven-invoker-plugin configuration to use local repository for IT 
tests
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Redko <[email protected]>
---
 maven-plugins/codegen-plugin/pom.xml   | 1 +
 maven-plugins/wadl2java-plugin/pom.xml | 1 +
 parent/pom.xml                         | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 91316bf4c0..1e9c16c442 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -188,6 +188,7 @@
                             
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                             <postBuildHookScript>verify</postBuildHookScript>
                             
<skipInvocation>${maven.test.skip.exec}</skipInvocation>
+                            
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml 
b/maven-plugins/wadl2java-plugin/pom.xml
index 9764bb14ff..6b07a2bc28 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -138,6 +138,7 @@
                             <settingsFile>src/it/settings.xml</settingsFile>
                             
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                             
<skipInvocation>${maven.test.skip.exec}</skipInvocation>
+                            
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/parent/pom.xml b/parent/pom.xml
index d4ce4d6848..512a0100e4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -583,7 +583,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-invoker-plugin</artifactId>
-                    <version>3.4.0</version>
+                    <version>3.5.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>

Reply via email to