Package scala_maven

Class ScalaCompileMojo

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

@Mojo(name="compile", defaultPhase=COMPILE, requiresDependencyResolution=COMPILE, threadSafe=true) public class ScalaCompileMojo extends ScalaCompilerSupport
Compiles a directory of Scala source. Corresponds roughly to the compile goal of the maven-compiler-plugin