As of now I have all of my projects under maven control with exception to a collection of eclipse plugins that compose an RCP app. I have one plugin that serves as a jar library and have a class in that plugin that manually goes into my local repository to update snapshot jars after I run over to the command line to install the snapshots for the maven projects in my workspace. I'm thinking there has to be a better way.
I don't see how I could use the plug-in like a normal maven project though because I can only append actual jars to its classpath that are made available to other plugins, jars defined by the MAVEN_REPO classpath variable won't work. Not sure if there is a better approach to this, if anyone has some ideas it would be greatly appreciated.
