I created a new Spring web app, and I\'d very much like to use Maven to handle builds/dependencies. My problem is that the project depends on some existing local projects,
This answer's a tad late but just in case somebody needs it, I found the solution using Maven's Build Helper Plugin, that is if you don't want deploying your non-maven project as a jar:
So basically you just add the source directory of the non-maven project in the tag: