Class DisplayPropertyUpdatesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="display-property-updates", threadSafe=true) public class DisplayPropertyUpdatesMojo extends AbstractVersionsDisplayMojo
Displays properties that are linked to artifact versions and have updates available.
Since:
1.0-beta-1
Author:
Stephen Connolly
  • Field Details

    • includeParent

      @Parameter(property="includeParent", defaultValue="false") protected boolean includeParent

      Whether to include property updates from parent. Default: false

      Since:
      2.14.0
  • Constructor Details

    • DisplayPropertyUpdatesMojo

      @Inject public DisplayPropertyUpdatesMojo(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager artifactHandlerManager, org.eclipse.aether.RepositorySystem repositorySystem, Map<String,org.apache.maven.wagon.Wagon> wagonMap, Map<String,ChangeRecorder> changeRecorders)
  • Method Details