The JSF extension needs jdk6.
Should we drop jdk5 building/support? I normally build all releases
with jdk5 to be sure there are no jdk6-7 api calls.
<properties>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
</properties>
INFO] Compiling 42 source files to
/home/francisdb/workspace/empire-db-parent/empire-db-jsf2/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid flag: -s
F