You can have a remote repository of type "file://" which could point to a
shared filesystem. Another option is use the maven-proxy:
http://maven-proxy.codehaus.org/
--
Trygve
On Mon, Aug 09, 2004 at 11:05:20AM -0700, Andreas Schaefer wrote:
> Hi Geeks
>
> I just want to discuss this before a
PROTECTED]
Sent: Monday, August 09, 2004 11:12 AM
To: 'Maven Developers List'
Subject: RE: Adding dependencies places in a project-local directory
Hi,
Don't you use the jar override mechanism?
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependen
cies
Regards
C
L PROTECTED]
> Sent: Monday, August 09, 2004 8:05 PM
> To: [EMAIL PROTECTED]
> Subject: Adding dependencies places in a project-local directory
>
> Hi Geeks
>
> I just want to discuss this before adding it as an
> enhancement to the project.
>
> Problem:
>
Hi Geeks
I just want to discuss this before adding it as an enhancement to the
project.
Problem:
Adding project level archives that I want to distribute with the project
and which are not available in the remote repository like JOTM, JAXB etc
through the POM dependencies.
Proposed Solution:
A