Krzysztof Rzymkowski

Results 1 issues of Krzysztof Rzymkowski

Add a `Automatic-Module-Name: org.apache.commons.exec` manifest entry - similarly as in `commons-lang3` (https://github.com/apache/commons-lang/blob/master/pom.xml#L739) This eases creation of modules that depend in commons-exec. Right now the following `module-info.java`: ``` module test.module {...