Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Re: Integrating with an external build system (Ant, Maven, etc.)

Hei

Jeff McAffer wrote:

Can the POM <dependencies> section be used to express package level dependencies? and the OSGi matching rules and directives etc?

Currently it's only references artifacts where an artifact is a JAR file.

Don't know about the matching rules, possibly you would write your own resolver.

It could actually be possible (with some custom maven component implementation) to add dependencies on a package and then use a special resolver to resolve the package to a JAR file.

--
Trygve


Back to the top