| java.lang.Object net.sf.clirr.maven.ClirrUtils
ClirrUtils | public class ClirrUtils (Code) | | Utility class to manipulate POM version information.
author: Vincent Massol |
Method Summary | |
public static void | getBaselineJar(MavenJellyContext context) | public static String | getLatestVersion(List versions) the latest released version, which means the latest versionlisted in the POM <version> elements with a tag different from HEAD . |
getBaselineJar | public static void getBaselineJar(MavenJellyContext context) throws Exception(Code) | | TODO: Add support for proxies
|
getLatestVersion | public static String getLatestVersion(List versions)(Code) | | the latest released version, which means the latest versionlisted in the POM <version> elements with a tag different from HEAD . Returnsnull if no latest released version is found Parameters: versions - the list of Version objects from the POM |
|
|