Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created February 19, 2012 09:52
Show Gist options
  • Select an option

  • Save ageldama/1862872 to your computer and use it in GitHub Desktop.

Select an option

Save ageldama/1862872 to your computer and use it in GitHub Desktop.
<project ...>
...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
...
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment