Enhance Maven POM so it contains the usual sections to create a Maven site
karianna opened this issue · 3 comments
karianna commented
Enhance Maven POM so it contains the usual sections to create a Maven site
karianna commented
My Dutch nature means that I have some pedantic Maven foo - I'll tackle this one.
Grundlefleck commented
While you're in maven-land, would it make sense to configure whatever tools you run on the source code?
This is assuming some changes are based on recommendation of e.g. CheckStyle or FindBugs. I'm guessing something is used based on changes like "Matchers.equalTo(true)" -> "Matchers.equalTo(Boolean.TRUE).". Ignore this if that's a bad assumption.
karianna commented
Hey Graham, existing Maven run tools don't work on 1.8 sources (yet), I've added the plugins but commented out for now.