How to handle jar dependencies to jars with licensing issues ?

2003-12-03 Thread Jörg Schaible
Hi, what is the standard way to handle dependencies to jars that are no longer available at ibiblio due to licensing issues? I have currently an out-dated example referencing xmprpc-1.0 and saaj-1.1 that seem to be available once in the repository. Additionally if you would like to depend on

Re: How to handle jar dependencies to jars with licensing issues ?

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 09:54, Jörg Schaible wrote: Hi, what is the standard way to handle dependencies to jars that are no longer available at ibiblio due to licensing issues? I have currently an out-dated example referencing xmprpc-1.0 and saaj-1.1 that seem to be available once in the

Re: How to handle jar dependencies to jars with licensing issues ?

2003-12-03 Thread Paul Libbrecht
Or create a new repository for your company and set maven.repo.remote to contain your repository after ibiblio (or before ?). Paul Jörg Schaible wrote: what is the standard way to handle dependencies to jars that are no longer available at ibiblio due to licensing issues? I have currently an

Re: How to handle jar dependencies to jars with licensing issues ?

2003-12-03 Thread Ben Walding
Basically you put them in [project]/lib or similar then use jar overrides http://maven.apache.org/reference/user-guide.html#Overriding%20Stated%20Dependencies Jörg Schaible wrote: Hi, what is the standard way to handle dependencies to jars that are no longer available at ibiblio due to