Class AddTestSuperSourcesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.ltgt.gwt.maven.AbstractAddSuperSourcesMojo
net.ltgt.gwt.maven.AddTestSuperSourcesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="add-test-super-sources", defaultPhase=INITIALIZE, threadSafe=true) public class AddTestSuperSourcesMojo extends AbstractAddSuperSourcesMojo
Add super-source directory to project test 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.