On each release of a project links to the Mavensite have to be created, moved and removed. This tool automates this process. At the instance a site for a new version is deployed to a server, this monitoring tools establishes the required links, including the main site link to point to the latest version.
The tool assumes that the site is deployed at a path on the server that includes e.g. the group ID, the artifact ID and the version number of a project. The following links will be created and maintained:
A LATEST link to the latest release of the project.
A SNAPSHOT link to the latest snapshot release of the project.
A link from the root folder to the latest version
Links from a version folder to previous versions of the project
Example
Say, for instance, there is a project my-product site on your server