My pinboard bookmarks for 17 May 2014
Things of note that were discovered on the web this week.
CriticMarkup
Can't do editing in Markdown eh? Obviously you haven't seen CriticMarkup. Looks very cool indeed!
markdown
java - Excluding tests from being run in IntellIJ - Stack Overflow
This is how to exclude integration tests being run in IntelliJ I've been using this for unit testing the OpenDaylight OVSDB library with the regex
^(?!(^.*(IT).*?$)).*$
and it works well!
intellij, java, testing, junit
Maven Troubleshooting FAQs
A presentation with troubleshooting Maven issues which is a necessary skill if you plan to do any development in Java.
java, maven