Skip to content

Commit

Permalink
maven-invoker-plugin version should be override in pluginManagement
Browse files Browse the repository at this point in the history
We should use the same version in project executions and site build
  • Loading branch information
slawekjaranowski authored and slachiewicz committed Dec 10, 2021
1 parent e4236a7 commit 91ffeb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 91ffeb6

Please sign in to comment.