[
https://issues.apache.org/jira/browse/KARAF-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-3239.
-----------------------------------------
Resolution: Not a Problem
I don't remember exactly what's this issue, but the features-maven-plugin works
fine with Maven 3.2.2.
> Add fileinstall dependency in the features-maven-plugin
> -------------------------------------------------------
>
> Key: KARAF-3239
> URL: https://issues.apache.org/jira/browse/KARAF-3239
> Project: Karaf
> Issue Type: Bug
> Components: karaf-tooling
> Affects Versions: 2.4.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 2.4.1
>
>
> In order to fully support Maven 3.1/3.2, we have to add the fileinstall
> dependency in the features-maven-plugin:
> {code}
> <dependency>
> <groupId>org.apache.felix</groupId>
> <artifactId>org.apache.felix.fileinstall</artifactId>
> <scope>provided</scope>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)