IDP, pre-compiling jsp's

Ian Young ian at iay.org.uk
Sat Jul 12 17:41:22 EDT 2014


On 11 Jul 2014, at 22:13, Steven Carmody <steven_carmody at brown.edu> wrote:

> I don't see anything in the pom file that looks like a java version 
> property.

Try adding something like this to the <properties> element at the top of your POM file:

        <maven.compiler.source>1.7</maven.compiler.source>
        <maven.compiler.target>1.7</maven.compiler.target>

See if that changes things.

	-- Ian



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5943 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/users/attachments/20140712/c9cbf902/attachment.bin 


More information about the users mailing list