Hi there,

I have setup a maven install using maven-proxy that we use as a remote
repository. I managed to setup the environment to download and upload
snapshot and release versions of our jars to the proxy. It works fine. Now
what I'd like to do is use the convert-snapshots goal but I can't seem to
tell it to go and look at the proxy rather than ibiblio to resolve the
snapshots. Here's what I get:

<dependency>
      <groupId>groupId</groupId>
      <artifactId>artifactId</artifactId>
      <version>SNAPSHOT</version>
      <type>jar</type>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>    [echo]
Do you want to update this dependency? [yes]
yes
Can't retrieve snapshot version file: www.ibiblio.org

Looking at the code it is supposed to get the jars from one of the elements
of
    project.getContext().getMavenRepoRemote()

I have orriden maven.repo.remote in both project properties and the the
release plugin properties without success.

Anybody can help?

Thanks,
Vincent


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

Reply via email to