Class UpdateTargetMojo

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

    @Mojo(name="update-target")
    public class UpdateTargetMojo
    extends AbstractUpdateMojo
    Quick&dirty way to update .target file to use latest versions of IUs available from specified metadata repositories.
    • Field Detail

      • targetFile

        @Parameter(property="target")
        private java.io.File targetFile
    • Constructor Detail

      • UpdateTargetMojo

        public UpdateTargetMojo()
    • Method Detail

      • doUpdate

        protected void doUpdate()
                         throws java.io.IOException,
                                java.net.URISyntaxException
        Specified by:
        doUpdate in class AbstractUpdateMojo
        Throws:
        java.io.IOException
        java.net.URISyntaxException