[mojo-dev] [jira] (MFINDBUGS-208) Command-line output does not give specific line number

2015-02-17 Thread Konrad Windszus (JIRA)
Title: Message Title Konrad Windszus commented on an issue

[mojo-dev] [jira] (MFINDBUGS-210) For goal "check" add output that mvn findbugs:gui exposes more precise information

2015-02-17 Thread Konrad Windszus (JIRA)
Title: Message Title Konrad Windszus created an issue

[mojo-dev] [PATCH] Unable to build and run jspc-maven-plugin under JDK9

2015-02-17 Thread Tiago Stürmer Daitx
JDK9 source and target version must be set to 1.6+ [1] and the file tools.jar has been removed due to the Jigsaw project [2]. The patch (attached and bellow) fix this, enabling jspc to be build using JDK9 and removing the jspc-maven-plugin assert for tools.jar when it is run using JDK9. Regards,