Hi,

I think it's worth giving it a try since the maven-bundle-plugin does use
the binary artifact for inspection. And the used bnd does support
repackaging only too. Take a look at the documentation of the plugin.

Regards, Achim

sent from mobile device
Am 13.03.2014 23:29 schrieb "asookazian2" <[email protected]>:

> I have a project which builds a mega-bundle WAR.  This project references
> another maven project with src code.  The WAR project does not have any src
> code.  Is it possible to use the maven-bundle-plugin in this situation to
> generate the MANIFEST.MF or do the mvn projects need to be re-architected
> and possibly collapsed into one project?  Currently I am using a custom
> hand-written MANIFEST.MF:
>
>             <plugin>
>                                 <groupId>org.apache.maven.plugins</groupId>
>                                 <artifactId>maven-war-plugin</artifactId>
>                                 <configuration>
>                                         <archive>
>
> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>                                         </archive>
>                                 </configuration>
>                         </plugin>
>
>
>
> --
> View this message in context:
> http://karaf.922171.n3.nabble.com/no-source-code-in-project-using-mvn-bundle-plugin-tp4032253.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

Reply via email to