Class AddSuperSourceMojo

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

    @Mojo(name="add-super-sources",
          defaultPhase=INITIALIZE,
          threadSafe=true)
    public class AddSuperSourceMojo
    extends AbstractAddSuperSourcesMojo
    Add super-source directory to project resources.

    The super-source directory contains emulated classes for GWT. Super-sources in GWT need to be in a subdirectory of the GWT module, and you can automatically relocate the super-source content within a super subfolder.