Thanks Martin, Oliver is on it as I am typing this email..


Martin Desruisseaux wrote:
Clint Lewis a écrit :
We are running on a Internet line that has a cap, so when we doing the build we want to minimize the use of the internet (downloading poms & jars) because it is literally costing us $dollars$ when we have to down these jars for multiple people compiling against the same project, namely geotools. So basically we want one person to do the compile and then we want that person to copy his repository onto a share drive on our network and include that share-drive into our repository section in our pom.xml, but this presents a problem. This file cannot be committed to geotools so future updated might conflict.


I believe that the following does exactly what you want:

http://maven.apache.org/guides/mini/guide-mirror-settings.html

Basically, you need to provide a settings.xml file in a directory on each user machine. This setting is local to a particular machine (or users) and doesn't need to be commited to the pom.xml files.

    Martin.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to