AdoptOpenJDK/lambda-tutorial

Enhance Maven POM so it contains the usual sections to create a Maven site

karianna opened this issue · 3 comments

Enhance Maven POM so it contains the usual sections to create a Maven site

My Dutch nature means that I have some pedantic Maven foo - I'll tackle this one.

@karianna

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.

Hey Graham, existing Maven run tools don't work on 1.8 sources (yet), I've added the plugins but commented out for now.