Valentin Valchev created FELIX-4458:
---------------------------------------
Summary: maven-bundle-plugin cannot find dependencies (in
multi-module project)
Key: FELIX-4458
URL: https://issues.apache.org/jira/browse/FELIX-4458
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-2.4.0
Environment: Maven 3.1.1
Reporter: Valentin Valchev
I have a multi-module maven project.
1. module 1 is a BND plugin
2. module 2 is general pom file, that should be used by other projects.
In module 2 I've setup BND to run my plugin. I also need to set a dependency to
module1, so the plugin will be in the class path and BND will find it.
When I try to build the project from the root folder, it fails, because
maven-bundle-plugin cannot find the dependency module 1.
Weird think is that I've tried to add the same module as dependency to the
maven-compiler-plugin, and it works perfectly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)