You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/10/03 11:45:34 UTC

[karaf] branch karaf-4.1.x updated: [KARAF-5940] Fix maven-install-plugin version to 2.5.2 to avoid artifact attaching issue

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

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 505fada  [KARAF-5940] Fix maven-install-plugin version to 2.5.2 to avoid artifact attaching issue
505fada is described below

commit 505fadacf22de78b46f0ec2c2373639528278ebe
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 2 07:34:56 2018 +0200

    [KARAF-5940] Fix maven-install-plugin version to 2.5.2 to avoid artifact attaching issue
---
 archetypes/assembly/src/main/resources/archetype-resources/pom.xml | 5 +++++
 archetypes/feature/src/main/resources/archetype-resources/pom.xml  | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
index 4072ed3..c4c1811 100644
--- a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
@@ -124,6 +124,11 @@
                     <version>^project.version^</version>
                     <extensions>true</extensions>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-install-plugin</artifactId>
+                    <version>2.5.2</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
diff --git a/archetypes/feature/src/main/resources/archetype-resources/pom.xml b/archetypes/feature/src/main/resources/archetype-resources/pom.xml
index 47a5edc..98f5fb8 100644
--- a/archetypes/feature/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/feature/src/main/resources/archetype-resources/pom.xml
@@ -41,6 +41,11 @@
                     <version>^project.version^</version>
                     <extensions>true</extensions>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-install-plugin</artifactId>
+                    <version>2.5.2</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>