Skip to content

Instantly share code, notes, and snippets.

@oldratlee
Created July 13, 2016 13:52
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 oldratlee/115bcc4c9d8d3a49b431098856aa1360 to your computer and use it in GitHub Desktop.
Save oldratlee/115bcc4c9d8d3a49b431098856aa1360 to your computer and use it in GitHub Desktop.
<profile>
<id>java8+</id>
<activation>
<jdk>[1.6,1.7]</jdk>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<testExcludes>
<exclude>**/java8/**</exclude>
</testExcludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment