You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not work:
<properties>
<!--
It is recommended to set the compiler version globally,
as the compiler plugin and the forbidden API checker both
use this version
-->
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<!-- ... -->
<bundledSignature>jdk-system-out</bundledSignature>
It tries to load jdk-system-out-1.6, which does not exist. Versions should only
be appended for "jdk-*" (this works correct) and if the resources are versioned
(which is not the case for jdk-system-out).
Original issue reported on code.google.com by uwe.h.schindler on 9 Feb 2013 at 5:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
uwe.h.schindler
on 9 Feb 2013 at 5:48The text was updated successfully, but these errors were encountered: