Hi,
I installed in my repository (under my.domain) some jars not found in public repos.

When I package my project, maven starts looking for my jars on external repositories, and it takes very long time before it completes, because for each jars it search in each repository I defined in my pom:

Downloading: http://repo1.maven.org/maven2/my/domain/engineapi/1.0/engineapi-1.0.pom
url = http://repository.jboss.com/maven2
Downloading: http://repository.jboss.com/maven2/my/domain/flute/1.0/flute-1.0.pom
url = http://repository.jboss.org/maven2
Downloading: http://repository.jboss.org/maven2/my/domain/flute/1.0/flute-1.0.pom
url = http://snapshots.jboss.org/maven2
Downloading: http://snapshots.jboss.org/maven2/my/domain/flute/1.0/flute-1.0.pom
url = http://wicketstuff.org/maven/repository
Downloading: http://wicketstuff.org/maven/repository/my/domain/flute/1.0/flute-1.0.pom
url = http://repo1.maven.org/maven2

I expected that it first looked inside my local repository.
Maybe I missed some configuration?
How can I set my local repos as default (with highest priority) and then the others?

Thank you,
N

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

Reply via email to