Pierre-Arnaud Marcelot schrieb:
> On Fri, Sep 19, 2008 at 4:01 PM, Felix Knecht <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Yep. Otherwise we make it working or add another goal especially for
>     this.
> 
> 
> I was too optimistic... It's not working very good.
> 
> There are two problems:
> 
>     * only a few projects get updated
>     * the changes to the manifest files are not committed by the Release
>       plugin
> 
> I'm maybe thinking about getting the MANIFEST.MF file generated by maven
> via the Maven Bundle Plugin [1], instead of having it in SVN.
> We'd have two files to generate:
> 
>     * one in /META-INF/MANIFEST.MF, to be able to run the plugin from
>       Eclipse (with the META-INF folder added to svn:ignore)
>     * one in /target/META-INF/MANIFEST.MF to be used by the Maven Jar
>       plugin.
> 
> I think it's the best solution...

If the 2 MF files are identical the one from META-INF can be copied to the 
target using the <resources /> section in the
pom.

Maybe we can also skip the studio plugin if the features of the bundle plugin 
fits our needs.

> 
> Regards,
> Pierre-Arnaud
> 
> [1] - http://felix.apache.org/site/maven-bundle-plugin-bnd.html

Reply via email to