>>>>> Eugene Kuleshov <[EMAIL PROTECTED]>:

> Manuel, can you please elaborate what OSGi integration you are looking
> for? We are planning few things, but it would be great to hear
> first-hand requirements before we'll go wild.

Without _knowing_ what he's looking for, I suspect it's to make a POM
with <packaging>bundle</packaging> using the apache felix
maven-bundle-plugin, behave like a PDE project in eclipse.

Here's a reference to the maven-bundle-plugin :
        http://felix.apache.org/site/maven-bundle-plugin-bnd.html

We use the maven-bundle-plugin POM projects to build OSGi bundles.  We
also use maven-eclipse-plugin to develop the same projects in the
eclipse IDE.  Then they are ordinary Java projects, rather than PDE
projects. 

The <plugin> config for <maven-bundle-plugin> specifies export package
and import package.  It uses the ordinary maven <dependencies> for
compile classpath, and also for running tests.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to