that's exactly what i meant. i had a look at my last post regarding this
(http://www.nabble.com/osgi-embed-feature-m2eclipse-plugin-to13666172s177.html)
and noticed that i forgot to mention the maven bundle plugin.
we cannot go both ways (OSGi for release and plain java projects while
developing inside eclipse) because from our modules need to be
completely isolated (own classloading context) from each other even in
development time.
Steinar Bang schrieb:
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
--
manuel aldana
[EMAIL PROTECTED]
homepage: http://www.aldana-online.de
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email