At one point with maven 1.0 you could have the repository local and it
would fetch from there.  How can you setup the pom.xml in maven 2 to do
something similar?

As an example, imagine the following directory structure:

fx_toolkit
  pom.xml
  projectA
    pom.xml
  projectB
    pom.xml
fx_3p (repository)

How can I get the pom's to all reference the fx_3p repository?  I've
tried setting the URL to "file://../fx_3p" in the fx_toolkit/pom.xml
file and it can't find it.  I've also tried skipping the "file://" with
the expected failure.  I've even tried adding a repository entry in the
projectA/pom.xml with a "file://../../fx_3p" URL and that's no good
either.

Only reason I even bring this up is that our company wants to basically
move our entire maven repository into clearcase and thus the repo would
be basically local.


Mark Russell

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to