Class UnlockSnapshotsMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="unlock-snapshots", threadSafe=true) public class UnlockSnapshotsMojo extends AbstractVersionsDependencyUpdaterMojo
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build. For example, an unlocked snapshot version like "1.0-SNAPSHOT" could be resolved to "1.0-20090128.202731-1". If a timestamped snapshot is not available, then the version will remained unchanged. This would be the case if the dependency is only available in the local repository and not in a remote snapshot repository.
Since:
1.0-alpha-3
Author:
Paul Gier