This content has been marked as final.
Show 1 reply
-
1. Re: Maven ESB Project Design
ffang Sep 12, 2012 8:24 PM (in response to cjaehnen)Hi,
You can take a look at servicemix bundles project[1], currently we have more than 400 bundles in this project, so release them all at one time isn't necessary, especially lots of bundles not updated often.
What we do is after each release, we empty the parent pom's module like
So next time when you release, you know what need get released.
HTH.
https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/
Freeman