Class UpdatePropertyMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="update-property", threadSafe=true) public class UpdatePropertyMojo extends UpdatePropertiesMojoBase
Sets a property to the latest version in a given range of associated artifacts.
Since:
1.3
Author:
Eric Pabst
  • Field Details

    • property

      @Parameter(property="property") protected String property
      A property to update.
      Since:
      1.3
  • Constructor Details

    • UpdatePropertyMojo

      @Inject public UpdatePropertyMojo(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