I'm mirroring everything to my artifactory instance (maybe that is
misconfigured/bugy but since I don't know the lookup url I can't figure
out).

Is there a way to find this out or should I run maven from source? :)

my settings.xml:

<settings>
    <mirrors>
        <mirror>
            <id>artifactory</id>
            <mirrorOf>*</mirrorOf>

<url>http://salsa.frubia.private:10001/artifactory/repo</url>
            <name>Artifactory</name>
        </mirror>
    </mirrors>
    <servers>
        <server>
            <id>artifactory</id>
            <username>****</username>
            <password>****</password> 
        </server>
    </servers>
</settings>



Thanks,
Csaba
> > Is there a way to get the generated dependency lookup url form maven
> > 2.0.10? For non snapshot dependency everything works fine, but when I
> > want to use a snapshot version maven fails to find it, even the file is
> > in the repo.
> 
> You probably need to enable Snapshots in your repo definition in
> settings.xml. Don't forget a corresponding pluginRepository node if
> you're trying to pull down a snapshot version of a plugin.
> 
> http://maven.apache.org/settings.html#Repositories
> 
> Wayne
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to