add maven poms and register jars in maven-repo
Bug #598039 reported by
Yulia Novozhilova
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eclipse (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: libequinox-
It would be great if osgi framework was registered in the maven-repo.
To post a comment you must log in.
Hi
As mentioned per IRC: http). You can check the other jar files by reading their Manifest - look for Require-Bundle and Import-Package entries.
I think you are missing both some internal and external dependencies (granted the packages does as well). e.g. o.e.osgi.services depends on o.e.osgi, but also libservlet2.5-java (javax.servlet, javax.servlet.
That and then we just have to figure out whether we should use "groupId= =artifactId" .
Thanks for looking into this,
~Niels