This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 91ffeb6 maven-invoker-plugin version should be override in
pluginManagement
91ffeb6 is described below
commit 91ffeb605459e7dfb833c4077780c60b62a2e43c
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Dec 10 16:50:45 2021 +0100
maven-invoker-plugin version should be override in pluginManagement
We should use the same version in project executions and site build
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02491ca..2fbc9a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,6 +339,10 @@ under the License.
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
</plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>3.2.2</version>
+ </plugin>
</plugins>
</pluginManagement>
@@ -404,7 +408,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.2.2</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<preBuildHookScript>setup</preBuildHookScript>