Download unavailable

I’m trying to download http://vaadin.com/downloading?package=release/6.1/6.1.3/vaadin-6.1.3.jar

but the download window opens up, a file issaved, but its size is one kb only.

same issue with downloading from mavem on the command line.

Downloading: http://source-ng:9991/repository/com/vaadin/vaadin/6.1.3/vaadin-6.1.3.jar
30b downloaded
[WARNING]
*** CHECKSUM FAILED - Checksum failed on download: local = ‘91d83c80c208f9ba44589e17054b4a1098cfe2a2’; remote = ‘f1c4f8bd8041944e061ab23d70801c1a2d67218d’ - RETRYING
Downloading: http://source-ng:9991/repository/com/vaadin/vaadin/6.1.3/vaadin-6.1.3.jar
30b downloaded
[WARNING]
*** CHECKSUM FAILED - Checksum failed on download: local = ‘91d83c80c208f9ba44589e17054b4a1098cfe2a2’; remote = ‘f1c4f8bd8041944e061ab23d70801c1a2d67218d’ - IGNORING
[INFO]
[compiler:compile]

[INFO]
Compiling 1 source file to c:\projects\vaadin-demo\target\classes
[INFO]

[ERROR]
BUILD FAILURE

I could finally download from the browser.

Still no luck from maven.

Here is my dependency:

<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>vaadin</artifactId>
  <version>6.1.3</version>
</dependency>

Tested this, and it works fine for me. Probably some communication error in some part of the network…

Do you use some local maven repository? Could the error be there?

Master maven repository
http://repo1.maven.org/maven2/com/vaadin/vaadin/6.1.3/
works just fine.