Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] maven-dependency-plugin and unpacked bundles

On 12/20/2012 05:05 PM, Sievers, Jan wrote:
are you using the latest version of maven-dependency-plugin?
I'm using version 2.6, that seems to be the latest.

otherwise https://bugs.eclipse.org/bugs/show_bug.cgi?id=393978  looks suspiciously similar
Right.
I've tried some more cases, and it seems we have 2 bugs here (from Tycho or maven-dependency-plugin):
* If a bundle has Eclipse-BundleShape: dir, then it's not added as a dependency by the dependency plugin (either with tree or copy)
* If a bundle has some internal jars, some dependencies are added for each of these nested jars

Maven-dependency-plugin probably delegates most of its behaviour to Tycho, who is responsible for turning Eclipse artifacts to Maven artifacts, so I think it could be a Tycho issue rather than a maven-dependency-plugin one (ie how can maven-dependency-plugin know the BundleShape or the content of a bundle?)
Do you think I should open new bugs for those one to track investigation?
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top