@Mojo(name="latest-version",
aggregator=false,
defaultPhase=INSTALL)
public class GetLatestVersionMojo
extends org.apache.maven.plugin.AbstractMojo
Similar to the buildnumber:create Mojo. Invokes something like http://host/artifactory/api/search/latestVersion?reposname=repo1&g=commons-logging&a=commons-logging&remote=1. For more information take a look at the documention of the REST-API of Artifactory.
Modifier and Type | Method and Description |
---|---|
void |
execute() |
Copyright © 2012-2013 1&1. All Rights Reserved.