Description
In order to fully support Maven 3.1/3.2, we have to add the fileinstall dependency in the features-maven-plugin:
<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.fileinstall</artifactId> <scope>provided</scope> </dependency>