maven plugin to be used for building an osgi bundle containing camel-routes and some POJO's for deploying inside fuse-servicemix 4.3.0?

StackOverflow https://stackoverflow.com/questions/4021358

문제

Which maven plugin is used for building an osgi bundle containing camel-routes and some POJO's for deploying inside fuse-servicemix 4.3.0 . i have used pax as well as maven-bundle plugin for deploying into fuse servicemix .i get a lotof error's using these .any other good maven-plugin ?

도움이 되었습니까?

해결책

There are some documentation here about the maven archetypes http://servicemix.apache.org/SMX4/creating-a-bundle-using-maven.html

There is a newer version of the plugin than listed on the web page

The latest release is here http://repo2.maven.org/maven2/org/apache/servicemix/tooling/servicemix-camel-osgi-bundle/2010.01/

But keep an eye in the central repo as newer version will be released.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top