Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to Maven[^] and OSGi[^], but I need to change my project in this architecture. I have followed a number of tutorials and have changed my project properly into a Maven project with the manifest and POM[^] and everything else successfully. I have an empty activator obviously, but have put just a println command to display a message just for me to know that it is working. In my project I have a number of dependencies and my problem is that after I am doing mvn bundleall[^] it is successfully turning everything into an OSGi bundle[^] in the target folder. Then I am doing mvn deploy, and they are being deployed to the repository .m2 . now what? :p How should I continue? Should I use the pax plugin[^] to se the outcome of the activator? All the tutorials stop when it is being deployed. When I used pax, it was not seeing the dependencies so I used the embed dependency line. I am really stuck!


Can anyone please help me in this?
Posted
Updated 1-Feb-12 21:09pm
v7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900