Class DependencyReportMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jboss.set.mavendependencyupdater.mavenplugin.AbstractUpdaterMojo
-
- org.jboss.set.mavendependencyupdater.mavenplugin.DependencyReportMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="report") public class DependencyReportMojo extends AbstractUpdaterMojo
-
-
Field Summary
-
Fields inherited from class org.jboss.set.mavendependencyupdater.mavenplugin.AbstractUpdaterMojo
configuration, project
-
-
Constructor Summary
Constructors Constructor Description DependencyReportMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessComponentUpgrades(File pomFile, List<org.jboss.set.mavendependencyupdater.DependencyEvaluator.ComponentUpgrade> componentUpgrades)-
Methods inherited from class org.jboss.set.mavendependencyupdater.mavenplugin.AbstractUpdaterMojo
execute
-
-
-
-
Method Detail
-
processComponentUpgrades
protected void processComponentUpgrades(File pomFile, List<org.jboss.set.mavendependencyupdater.DependencyEvaluator.ComponentUpgrade> componentUpgrades) throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
processComponentUpgradesin classAbstractUpdaterMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-