Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created January 8, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MovileGente/863c2b4e9763066203f0952460ee5bf8 to your computer and use it in GitHub Desktop.
Save MovileGente/863c2b4e9763066203f0952460ee5bf8 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<configuration>
<args>
<arg>-deprecation</arg>
<arg>-feature</arg>
</args>
</configuration>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment