> 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 if you insist on this "mvn install" approach, you could unzip
the jar contents into src/main/resources. Then when you "build" it
would copy everything into /target and build a "new" jar file which
would be installed.

But this is really not the right approach. You should be using
install:install-file.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to