aws / aws-swf-flow-library

AWS Simple Workflow Flow framework library
Apache License 2.0
61 stars 54 forks source link

Fix Javadoc #40

Closed kongw95 closed 2 years ago

kongw95 commented 2 years ago

Description of changes:

When trying to release Flow to Maven Central, I found that Javadoc in several classes are broken. This change will fix all of them.

Also added some plugins into pom.xml to make future Maven release easier.