Class DownloadOfflineLicenseMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.flow.plugin.maven.DownloadOfflineLicenseMojo
com.vaadin.hilla.maven.DownloadOfflineLicenseMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="download-offline-license", requiresProject=false) public class DownloadOfflineLicenseMojo extends com.vaadin.flow.plugin.maven.DownloadOfflineLicenseMojo
Goal that provides the URL to download a Vaadin offline license key.

This command displays a machine-specific URL that can be used to manually download an offline license key. The offline license is tied to this machine's hardware ID and must be saved manually to the file system (~/.vaadin/offlineKey).

Unlike the online license (proKey), offline licenses work without internet connectivity and are suitable for CI/CD environments and offline development.

Since:
25.0
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.vaadin.flow.plugin.maven.DownloadOfflineLicenseMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DownloadOfflineLicenseMojo

      public DownloadOfflineLicenseMojo()