jeromebridge / osgi-tools

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

Allow For Maven Deploy To Use Eclipse Workspace To Deploy Projects #9

Open jeromebridge opened 9 years ago

jeromebridge commented 9 years ago

Currently the Maven deploy command will check all the sub directories of the specified folder to deploy Maven projects in it, but the more useful feature would be to point to an Eclipse workspace and deploy all projects in that workspace regardless of the location of the project.

This will be especially useful when we need to deploy projects from multiple Git repositories.