You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/08 23:27:45 UTC

[maven-default-skin] branch master updated: Version of maven-invoker-plugin in pluginManagement

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-default-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f635ec  Version of maven-invoker-plugin in pluginManagement
4f635ec is described below

commit 4f635ecdf79561c74be0cd4cc852b40b5616ee2d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 9 00:26:46 2022 +0100

    Version of maven-invoker-plugin in pluginManagement
---
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 00547f0..878293d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,18 @@ under the License.
     <sitePluginVersion>3.8.2</sitePluginVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
-  
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>3.2.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <profiles>
     <profile>
@@ -73,7 +84,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.2.2</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>