Skip to content

Instantly share code, notes, and snippets.

@zcox
Created July 14, 2010 19:26
Show Gist options
  • Select an option

  • Save zcox/475908 to your computer and use it in GitHub Desktop.

Select an option

Save zcox/475908 to your computer and use it in GitHub Desktop.
<properties>
<scala.version>2.8.0</scala.version>
</properties>
...
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment