Package com.adobe.aem.analyser.mojos
Class VersionUtil
- java.lang.Object
-
- com.adobe.aem.analyser.mojos.VersionUtil
-
public class VersionUtil extends java.lang.ObjectHelper methods to manage dependencies, versions, ...
-
-
Constructor Summary
Constructors Constructor Description VersionUtil(org.apache.maven.plugin.logging.Log log, org.apache.maven.project.MavenProject project, org.apache.maven.artifact.handler.manager.ArtifactHandlerManager artifactHandlerManager, org.eclipse.aether.RepositorySystem repoSystem, org.eclipse.aether.RepositorySystemSession repoSession, boolean isOffline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckPluginVersion(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Check for a newer version of the plugin
-
-
-
Constructor Detail
-
VersionUtil
public VersionUtil(org.apache.maven.plugin.logging.Log log, org.apache.maven.project.MavenProject project, org.apache.maven.artifact.handler.manager.ArtifactHandlerManager artifactHandlerManager, org.eclipse.aether.RepositorySystem repoSystem, org.eclipse.aether.RepositorySystemSession repoSession, boolean isOffline)
-
-
Method Detail
-
checkPluginVersion
public void checkPluginVersion(java.lang.String groupId, java.lang.String artifactId, java.lang.String version) throws org.apache.maven.plugin.MojoExecutionExceptionCheck for a newer version of the plugin- Parameters:
groupId- Group id of the pluginartifactId- Artifact id of the pluginversion- Version of the plugin- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-