> Date: Thu, 15 May 2014 15:35:31 -0600
> From: [email protected]
> To: [email protected]
> Subject: maven-site-plugin unhappy with jdk 1.8?
>
> I have recently udated my jdk from 1.7 to 1.8.
> Now I am having problems with the maven-site-plugin which fails with the
> error:
>
> Error during page generation: Error rendering Maven report:
> Unsupported targetJdk value '1.8'.
MG>GIYF: looks like this is targetJdk attribute from maven-pmd-plugin
The target JDK to analyse based on. Should match the target used in the
compiler plugin. Valid values are currently 1.3, 1.4, 1.5 and 1.6.
Note: support for 1.6 was added in version 2.3 of this plugin.
Parameter:
expression="${targetJdk}
MG>http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven.plugins/maven-pmd-plugin/2.3/org/apache/maven/plugin/pmd/PmdReport.java#PmdReport.0targetJdk"
>
> Is there a way to specify a different targetJdk value to the plugin?
> Is there a plan to update the plugin to accommodate jdk 1.8?
>
> Thanks,
> Andy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>