commons-cli icon indicating copy to clipboard operation
commons-cli copied to clipboard

Add module-info

Open michaelsavich opened this issue 8 years ago • 1 comments
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.

michaelsavich avatar Oct 24 '17 21:10 michaelsavich

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 .

msgilligan avatar Apr 17 '20 19:04 msgilligan