I have a dual boot system with Windows and Linux. I have another partition which is visible to both Windows and Linux. I want to put my local repository there. How can I provide a path that both Linux and Windows will understand. Windows see it as d:/repository drive and Linux sees it as /media/234242342/repository. How should I configure this in pom.xml?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
Each OS needs an So for your specific system, in Windows use
and in Linux
|
|||
|
|
|
You don't do that in the POM, but in your
|
||||
|
|
|
Can't you just define both locations as separate repositories and let maven use the available one? Or symlink Also, have a look at maven profiles, it might be helpful! |
|||
|
|