Re: accessing http://maven.averbis.com/m2 -

I can access it in my browser (chrome), and follow the chain clicking on
directories to:

org/eclipse/swt/win32/win32/x86_64/3.104.1

and see a directory listing that includes:

x86_64-3.104.1.jar 

but when I try to download it (in the browser) it gets: "Failed - network error"

maven build fails too on this file, with:

[ERROR] Failed to execute goal on project ruta-ep-parent:
  Could not resolve dependencies for project
org.apache.uima:ruta-ep-parent:pom:2.5.0-SNAPSHOT:
  Could not transfer artifact org.eclipse.swt.win32.win32:x86_64:jar:3.104.1
    from/to averbis-osgi-releases (http://maven.averbis.com/m2/):
  GET request of: org/eclipse/swt/win32/win32/x86_64/3.104.1/x86_64-3.104.1.jar
from averbis-osgi-releases failed: Connection reset

I tried others in the directory - and the others download OK (from my browser). 
Only the .jar is giving problems.

So, maybe there's something wrong with serving that particular artifact?

-Marshall

On 8/19/2016 4:03 AM, Peter Klügl wrote:
> It should build without any additional setup. I haven't tested the
> accessibility from outside of our company for some time as the artifacts
> were available on my local machine.
>
>
> Can you access http://maven.averbis.com/m2/ with your browser?
>
>
> If yes, there could be some update problems of maven. You could delete
> the m2 folders and run mvn clean install -U
>
>
> Best,
>
>
> Peter
>
>
> Am 18.08.2016 um 20:01 schrieb Marshall Schor:
>> When trying to build Ruta, it fails with message
>>
>> [ERROR] Failed to execute goal on project ruta-ep-parent: Could not resolve
>> dependencies for project org.apache.uima:ruta-ep-parent:pom:2.5.0-SNAPSHOT:
>> Could not transfer artifact org.eclipse.swt.win32.win32:x86_64:jar:3.104.1
>> from/to averbis-osgi-releases (http://maven.averbis.com/m2/): GET request of:
>> org/eclipse/swt/win32/win32/x86_64/3.104.1/x86_64-3.104.1.jar from
>> averbis-osgi-releases failed: Connection reset -> [Help 1]
>>
>> Is there some extra setup needed here?
>>
>> -Marshall
>>
>

Reply via email to