org_scala_tools_maven
Class ScalaCompileMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org_scala_tools_maven.ScalaMojoSupport
          extended by org_scala_tools_maven.ScalaSourceMojoSupport
              extended by org_scala_tools_maven.ScalaCompilerSupport
                  extended by org_scala_tools_maven.ScalaCompileMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ScalaCompileMojo
extends ScalaCompilerSupport

Compiles a directory of Scala source. Corresponds roughly to the compile goal of the maven-compiler-plugin


Field Summary
protected  File outputDir
          The directory in which to place compilation output
protected  File sourceDir
          The directory which contains scala/java source files
 
Fields inherited from class org_scala_tools_maven.ScalaCompilerSupport
ALL, loopSleep, MODIFIED_ONLY
 
Fields inherited from class org_scala_tools_maven.ScalaSourceMojoSupport
excludes, includes, sendJavaToScalac
 
Fields inherited from class org_scala_tools_maven.ScalaMojoSupport
args, checkMultipleScalaVersions, compilerPlugins, dependencies, displayCmd, factory, failOnMultipleScalaVersions, forceUseArgFile, fork, jvmArgs, localRepo, mavenProjectBuilder, project, remoteRepos, resolver, SCALA_GROUPID, SCALA_LIBRARY_ARTIFACTID, scalaClassName
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ScalaCompileMojo()
           
 
Method Summary
protected  List<String> getClasspathElements()
           
protected  List<org.apache.maven.model.Dependency> getDependencies()
           
protected  File getOutputDir()
           
protected  List<File> getSourceDirectories()
          Retreives the list of *all* root source directories.
 
Methods inherited from class org_scala_tools_maven.ScalaCompilerSupport
clearCompileErrors, compile, compile, doExecute, getFilesToCompile, hasCompileErrors
 
Methods inherited from class org_scala_tools_maven.ScalaSourceMojoSupport
findSourceWithFilters, findSourceWithFilters, initFilters, normalize, normalize
 
Methods inherited from class org_scala_tools_maven.ScalaMojoSupport
addCompilerPluginOptions, addToClasspath, addToClasspath, addToClasspath, checkScalaVersion, execute, findScalaVersion, getEmptyScalaCommand, getScalaCommand, isJavaSupportedByCompiler, resolveArtifactDependencies, resolveDependencyArtifacts
 
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
 

Field Detail

outputDir

protected File outputDir
The directory in which to place compilation output


sourceDir

protected File sourceDir
The directory which contains scala/java source files

Constructor Detail

ScalaCompileMojo

public ScalaCompileMojo()
Method Detail

getSourceDirectories

protected List<File> getSourceDirectories()
                                   throws Exception
Description copied from class: ScalaSourceMojoSupport
Retreives the list of *all* root source directories. We need to pass all .java and .scala files into the scala compiler

Specified by:
getSourceDirectories in class ScalaSourceMojoSupport
Throws:
Exception

getClasspathElements

protected List<String> getClasspathElements()
                                     throws Exception
Specified by:
getClasspathElements in class ScalaCompilerSupport
Throws:
Exception

getDependencies

protected List<org.apache.maven.model.Dependency> getDependencies()
Overrides:
getDependencies in class ScalaMojoSupport

getOutputDir

protected File getOutputDir()
                     throws Exception
Specified by:
getOutputDir in class ScalaCompilerSupport
Throws:
Exception


Copyright © 2010-2011 Scala Tools. All Rights Reserved.