jeromebridge / osgi-tools

OSGi Bundles that help diagnose issues on OSGi containers.
3 stars 0 forks source link

Only Redeploy Projects That Have Changes #8

Closed jeromebridge closed 9 years ago

jeromebridge commented 9 years ago

Calcualte a checksum for each project that is deployed and compare that to the previous checksum generated for that maven project if it has already been deployed. If the checksums match, do not redeploy that bundle.

jeromebridge commented 9 years ago

Spltting this into two issues. The previous commit addresses this issue and a new issue will address stopping / starting dependent bundles on projects being redeployed.