Hi,

  its weird that neither chris' or wendy's approach works on my
machine. i already tried putting the following on both the pom and
settings xml:

<repositories>
        <repository>
                <id>localmirror</id>
                <!--url>file://\\c:\temp\repository</url-->
                <url>file:///c:/temp/repository/</url>
                <layout>legacy</layout>
        </repository>
</repositories>

ciao!

On 11/1/05, Chris Berry <[EMAIL PROTECTED]> wrote:
> Hi Wendy,
> I had to do this too and used::
> <repositories>
> <repository>
> <id>CWB</id>
> <url>file:///C:/cberry/work/3rdparty-repo/</url>
> <layout>legacy</layout>
> </repository>
> </repositories>
>  Note the /// on windoze. And note the trailing /
> Cheers,
> -- Chris
>
> On 11/1/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >
> > I asked Google about 'maven internal repository' and it turned up:
> > http://maven.apache.org/reference/internal-repositories.html
> >
> > It's at the top level of the site, so I'd expect it to apply to m2, but it
> > doesn't seem to.
> >
> > I need to set up an internal repository to be accessed with file:// .
> >
> > I think this might have what I need...
> > http://maven.apache.org/guides/mini/guide-multiple-repositories.html
> >
> > If that's not it, where else should I look?
> >
> > Thanks,
> > --
> > Wendy
> >
> >
>
>


--

"Programming, an artform that fights back"

Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrivausers.org/index.php
http://capsule.ramfree17.org , when you absolutely have nothing else
better to do

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

Reply via email to