Daniele,

there is also pax-wicket, this might help you with developing wicket apps. :)
And as far as I know the maven-bundle-plugin 2.3.4 is much more
suitable for creating
war archives with manifest information.

regards, achim

2011/4/21 Daniele Dellafiore <dani...@dellafiore.net>:
> On Thu, Apr 21, 2011 at 9:48 AM, Daniele Dellafiore
> <dani...@dellafiore.net>wrote:
>
>> I thank you all for the information. I need to make it run from the
>> maven-bundle-plugin 2.2.0.
>> With the configuration (pasted in the end of the email) and instructing the
>> maven-war-plugin to where the MANIFEST file is, the module with packaging =
>> war has the osgi info but still has the /lib folder with all the jars and
>> the MANIFEST file is not even populated with the OSGI info (while for all
>> the other jar it is)
>>
>
> sorry, here is the correct statement:
> 1. the Manifest is correctly populated with the OSGI info, either if it's
> built as jar or war, so this is ok, I think.
> 2. the lib folder still has the jars, and I want to get rid of them and use
> the bundles on karaf referenced with the manifest, instead.
>
> Actually, the manifest import the packages, not the jars. Have I to change
> this?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to