Re: Unmanaged dependency question

2014-05-31 Thread Jeff MAURY
The install-file is the way to go and it will be successful as soon as your work on your machine. If you want to distributed setup, then you must upload the JAR to a repository manager or install it on a shared maven repository and use that remote maven repository in your POM files Jeff On

Re: Unmanaged dependency question

2014-05-31 Thread Wayne Fay
so that I can do everything right. What I had been trying to do in the meantime is having it set up so that when we set up a new development station, the user can simply clone the Github repo that has these dependency projects and just do 'mvn install' on each one, then build Arguably