[
https://issues.apache.org/jira/browse/KARAF-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635262#comment-16635262
]
ASF GitHub Bot commented on KARAF-5940:
---------------------------------------
jbonofre closed pull request #617: [KARAF-5940] Fix maven-install-plugin
version to 2.5.2 to avoid artifact attaching issue
URL: https://github.com/apache/karaf/pull/617
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
index 4072ed37c6..c4c181198b 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 47a5edce97..98f5fb8598 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Assembly and feature archetype itest is failing
> -----------------------------------------------
>
> Key: KARAF-5940
> URL: https://issues.apache.org/jira/browse/KARAF-5940
> Project: Karaf
> Issue Type: Improvement
> Components: karaf
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Labels: archetype, jenkins, test
> Fix For: 4.2.2
>
>
> The update to maven-install-plugin 3.0.0.M1 breaks the assembly archetype
> itest. I gonna fix the version to 2.5.2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)