TeachingKidsProgramming/TeachingKidsProgramming.Source.Java

Configure the POM to allow CI releases

Closed this issue · 0 comments

This page has instructions on some maven plugins we can use to promote from staging to release without having to manually log in to nexus and click a bunch of UI: http://central.sonatype.org/pages/apache-maven.html

It requires some changes to the POM, followed by the correct command line incantations, but once we figure that out then automating releases should be much easier.