Bukama opened a new pull request, #128:
URL: https://github.com/apache/maven-jarsigner-plugin/pull/128
The tests fail during set up in `MojoTestCreator`
```
T mojo = clazz.getDeclaredConstructor(parameterTypes).newInstance();
setDefaultValues(mojo);
```
fails with
> java.lang.IllegalArgumentException: InputStream cannot be null
at
java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:118)
at
org.apache.maven.plugins.jarsigner.PluginXmlParser.getMojoDefaultConfiguration(PluginXmlParser.java:49)
at
org.apache.maven.plugins.jarsigner.MojoTestCreator.setDefaultValues(MojoTestCreator.java:160)
at
org.apache.maven.plugins.jarsigner.MojoTestCreator.configure(MojoTestCreator.java:93)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]