Class Vaadin8UpgradeMojo

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

    @Mojo(name="upgrade8",
          requiresDependencyResolution=COMPILE)
    public class Vaadin8UpgradeMojo
    extends AbstractGwtShellMojo
    Updates Vaadin 7 class imports to their corresponding compatibility imports in a Vaadin 8 project. Additionally updates declarative files to use the correct versions of components.
    • Constructor Detail

      • Vaadin8UpgradeMojo

        public Vaadin8UpgradeMojo()
    • Method Detail

      • doExecute

        public void doExecute()
                       throws org.apache.maven.plugin.MojoExecutionException,
                              org.apache.maven.plugin.MojoFailureException
        Specified by:
        doExecute in class AbstractGwtShellMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getVaadinVersion

        protected java.lang.String getVaadinVersion()