I have an application consisting of several maven projects. I am working on this in Eclipse. Some of the projects use Maven plugins to create stub classes for web services, etc.
When I import projects into a new workspace, I have to issue the maven command to generate sources , followed by attaching the source folders to create a path for each project. The application in which I work has more than 5-6 projects requiring these steps.
Is there a plugin that I can install in Eclipse to get the generated sources, or even the one that generates the sources and updates the build path to save the steps manually?
source
share