Skip to content

Instantly share code, notes, and snippets.

@robinsk
Created December 2, 2013 14:57
Show Gist options
  • Save robinsk/7750706 to your computer and use it in GitHub Desktop.
Save robinsk/7750706 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin_${scala.version}</artifactId>
<executions>
<execution>
<goals>
<goal>precompile</goal>
</goals>
</execution>
</executions>
<configuration>
<contextClass>org.scalatra.scalate.ScalatraRenderContext</contextClass>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment