commons-cli
commons-cli copied to clipboard
Add module-info
trafficstars
This should modularize commons-cli. We may have to do another commit to get maven to build modularized jars by default, but as of this build javac works perfectly.
Since Commons CLI is still supporting Java 7, it might make more sense to add an "Automatic-module-name" header to the JAR as suggested by https://issues.apache.org/jira/browse/CLI-299 and implemented in PR #35 .