jandppw / ppwcode-recovered-from-google-code

Automatically exported from code.google.com/p/ppwcode
Apache License 2.0
0 stars 0 forks source link

missing artifacts maven2 repository #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For building and testing of our libraries, we have dependencies on a number of 
external libaries, 
some of which are not in the global maven repositories, for different reasons 
(mainly license 
issues).
For inhouse projects, we normally set up a "missing artifacts" repository, so 
that we only need to 
find and install those libs once for the entire team.

We cannot do this for these public projects. Such a setup requires a settings 
in the maven pom, 
and obviously we cannot make the missing artifacts repo publicly available (for 
license reasons). 
Once the reference to a missing artifacts repo is in the pom however, things 
will stop working of 
that repo is not public.

Users need to do an mvn install of the lib in question in their local repo 
cache by hand. This 
obviously is an escape for our developers too, but to sad.

Is there any solution for our team?

Original issue reported on code.google.com by jandockx on 11 Jul 2008 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 14 Jul 2008 at 10:50