Is there a way to tell maven where your sources are locally in a pom.xml
with a relative path? We have lots of projects in our SVN repo, and locally I mirror the repository. In my IntelliJ IDEA I can do this and modify my local source code for a foreign dependency and its quite useful in some situations.
To be clear this is different from Can I configure sources location for Maven? in two ways. One its a few years later in time and two I want to use sources already existing locally that share the same relative path as in SVN.
My question is also different from I see that you can tell maven to download sources uploaded to your repository in this post Get source JARs from Maven repository because I dont want to involve our maven repo.