Jasig / maven-notice-plugin

Apache License 2.0
7 stars 16 forks source link

build(mvn): disable doclint #15

Closed ChristianMurphy closed 6 years ago

ChristianMurphy commented 7 years ago

Needed to ignore generated files that block release on Java 8.

Also updates doc headers, library versions, and notice file.

ChristianMurphy commented 7 years ago

I tried cutting a v1.1.0 release with #9, #10, and #11. However this was a blocker for running mvn release:prepare on Java 8. :no_entry_sign: Even after cleaning this mvn release:prepare does not appear to be generating a release commit along side the release tag. :thinking:

My attempted process

# Generated GPG key for signing release
# Connected SSH key for GitHub push

mvn clean install
mvn release:prepare # did not generate release commit
mvn release:perform # tries to upload version 1.0.7-SNAPSHOT

A pointer on what additional configuration steps or maven tasks are needed would be appreciated. :bowing_man:

ChristianMurphy commented 6 years ago

This appears to have stalled. Closing PR until a more opportune time.