454952 - Allow Jetty to run in Java 8 compact 3 profile

+ Forcing <target> of 8 to satisfy javac error
This commit is contained in:
Joakim Erdfelt 2014-12-11 15:14:29 -07:00
parent 2b196a9ae1
commit f96f3489e3
1 changed files with 2 additions and 0 deletions

View File

@ -870,6 +870,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>7</source>
<target>8</target>
<compilerArguments>
<profile>compact3</profile>
</compilerArguments>