eclipse / microprofile-context-propagation

Apache License 2.0
33 stars 23 forks source link

TCK javadoc jar missing license #215

Closed njr-11 closed 2 years ago

njr-11 commented 2 years ago

Need to re-build the 1.3 final release because it was missing a license file in the TCK javadoc jar, which was spotted by Kevin during the review.

It appears that the other MicroProfile specs had the same problem but were updated and MicroProfile Context Propagation missed out. We can't use the same update (at least for now) of switching to a common parent pom because that common pom included other things like code reformatting and different checkstyle rules. We only want to pick up the license file, not have any of our source code modified, so instead I'll copy from the common pom file to ours, but leaving out the checkstyle and reformatting parts so that we just get the missing license file.

eclipse-microprofile-bot commented 2 years ago

Can one of the admins verify this patch?