Archiva

Add support for serving JARDiff-ed Maven artifacts

Details

  • Number of attachments :
    0

Description

It would save bandwith, accelerate artifact downloading and enhance the maven 2 experience to use the same JARDiff algorithm as the one used in the JnlpDownloadServlet which is fully documented here:
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html

The idea is to download (or upload) the incremental updates to a JAR instead of the full JAR.

There is already support for this algorithm in the maven community in the JNLP related Maven Webstart Plugin:
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/

For this to work, JARDiff support must be added at least to the MRM Server and to the MRM Wagon, but the best would be to add JARDiff support to all maven wagons as a standard way of downloading and uploading artifacts.

Cheers

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated: