Overview

A simple set of tools to manage links to the latest site if different Maven sites for each product version is supported and a soft link should point to the latest site.

LATEST and SNAPSHOT links are provided.

The typical use case is that there is a folder on a server that serves all Maven site of a development team. For instance the product 'top-browser' has a number of releases:

1.0.0
1.2.0
1.2.1
2.0.0
2.0.1-SNAPSHOT

To provide a link to the latest final and snapshot releases, soft links are added;

1.0.0
1.2.0
1.2.1
2.0.0
2.0.1-SNAPSHOT
LATEST --> 2.0.0
SNAPSHOT --> 2.0.1-SNAPSHOT

This tool allows to set the links automatically.

Refer to Usage for details on using this tool.

You may want to download the latest version from the download page.

Please note that Java 7 is required.