opensearch-project/custom-codecs

[BUG] pom file is missing project description

Closed this issue · 3 comments

What is the bug?

The pom file under /org/opensearch/opensearch-custom-codecs is missing project description. This lead to maven publication to fail.

Invalid POM: /org/opensearch/opensearch-custom-codecs/2.10.0.0/opensearch-custom-codecs-2.10.0.0.pom: Project description missing

How can one reproduce the bug?

Steps to reproduce the behavior.

What is the expected behavior?

Maven POM validations should go through

What is your host/environment?

Linux x64

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

We fixed the problem by manually adding the description for 2.10.0. But need this to be fixed before next release.

reta commented

@gaiksaya could you share the link to the build / command being used? have troubles to reproduce it