Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update maven-javadoc-plugin to latest (3.2.0) #22

Merged
merged 1 commit into from Nov 2, 2020

Conversation

mattnworb
Copy link
Member

the previous version fails with errors when releasing projects like
https://github.com/spotify/github-java-client:

[WARNING] Unable to process class module-info.class in JarAnalyzer File /Users/mattbrown/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
    at org.apache.bcel.classfile.Constant.readConstant (Constant.java:146)
    at org.apache.bcel.classfile.ConstantPool.<init> (ConstantPool.java:67)

which seems related / fixed by https://issues.apache.org/jira/browse/MPIR-370

the previous version fails with errors when releasing projects like
https://github.com/spotify/github-java-client:

```
[WARNING] Unable to process class module-info.class in JarAnalyzer File /Users/mattbrown/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
    at org.apache.bcel.classfile.Constant.readConstant (Constant.java:146)
    at org.apache.bcel.classfile.ConstantPool.<init> (ConstantPool.java:67)
```

which seems related / fixed by https://issues.apache.org/jira/browse/MPIR-370
@mattnworb mattnworb merged commit 44423c0 into master Nov 2, 2020
@mattnworb mattnworb deleted the mattbrown/update-javadoc-plugin branch November 2, 2020 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants