maven - Using a Windows mapped drive as an artifact/component repository -


I would not use a full component repository, such as the remote repository as Nexus / Kristifactori and Use in a

  \\ drive \ path \ to \ repository \   

I'm not sure how to proceed I do I wagon plugin for it is required?

Ideally, I have to leave the pom alone and only need to modify settings.xml . Is this possible?

Just add the path to your settings. Xml to access a remote file system for your .m2 directory Instead of local repositories:

  & lt; Local Repository & gt; \\ drive \ path \ to \ repository \ & lt; / LocalRepository & gt;   

Of course, it will significantly slow down your build, and that others are sharing it, you are failing to conflicts during access construction works closely with many users Will know.

Are you sure it will be appropriate when it takes less than an hour to set up the appropriate proxy / repository?

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -