I have configured Archiva in network and it also works fine when I'm adding
dependency in my maven project. I've configured it in port 9090 and
mirroring it with this piece of code in settings.xml
<mirrors>  
  <mirror>
        <id>internal</id>
        <name>Mirror for central repository</name>
        <mirrorOf>*</mirrorOf>
        <url>http://sis2s018:9090/archiva/repository/internal/</url>
  </mirror>
</mirrors>
I've fully indexed internal repository of Archiva with nexus-indexer-cli.
And my 
nexus-maven-repository-index.zip and nexus-maven-repository-index.properties
are in .index dir
which is in dir repositories/internal.
Now I'm trying to add new index in eclipse's maven indexes view.
I've add new index in that view with
              url = http://sis2s018:9090/archiva/repository/internal/
              repository Id = internal
And I got this error  
          Unable to update index for internal
http://sis2s018:9090/archiva/repository/internal
I've add new index with url = http://sis2s018:9090/archiva/browse but I've
get
17.04.08 3:00:05 ACT: Downloading internal :
nexus-maven-repository-index.zip
17.04.08 3:00:05 ACT: Downloaded [internal] ->
http://sis2s018:9090/archiva/browse/.index/nexus-maven-repository-index.zip
17.04.08 3:00:05 ACT: No index update available for internal

What should I do ? Is I'm doing anything wrong?
Regards


-- 
View this message in context: 
http://www.nabble.com/Problem-with-binding-maven-indexes-from-Eclipse-with-archiva-repository-tp16742892s177p16742892.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to