opensearch-project / custom-codecs

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).
Apache License 2.0
6 stars 13 forks source link

[BUG] pom file is missing project description #68

Closed gaiksaya closed 9 months ago

gaiksaya commented 9 months ago

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.

gaiksaya commented 9 months ago

@reta @andrross FYI ^^

reta commented 9 months ago

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

gaiksaya commented 9 months ago

This was the culprit https://repo1.maven.org/maven2/org/opensearch/opensearch-custom-codecs/2.10.0.0/opensearch-custom-codecs-2.10.0.0.pom

You can run build.sh to see the generated artifacts.