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

[BUG] Incorrect maven artifacts published #88

Closed
dblock opened this issue Nov 2, 2021 · 0 comments · Fixed by #91
Closed

[BUG] Incorrect maven artifacts published #88

dblock opened this issue Nov 2, 2021 · 0 comments · Fixed by #91
Assignees
Labels
bug Something isn't working v1.2.0

Comments

@dblock
Copy link
Member

dblock commented Nov 2, 2021

Describe the bug

The maven artifacts published don't match maven repo layout that can be copied into ~/.m2. Likely caused by #80. This will break integration tests.

Before

$ find ~/.m2/repository/org/opensearch/common-utils/
/home/ubuntu/.m2/repository/org/opensearch/common-utils/
/home/ubuntu/.m2/repository/org/opensearch/common-utils/maven-metadata-local.xml
/home/ubuntu/.m2/repository/org/opensearch/common-utils/1.1.0.0
/home/ubuntu/.m2/repository/org/opensearch/common-utils/1.1.0.0/common-utils-1.1.0.0-javadoc.jar
/home/ubuntu/.m2/repository/org/opensearch/common-utils/1.1.0.0/common-utils-1.1.0.0-sources.jar
/home/ubuntu/.m2/repository/org/opensearch/common-utils/1.1.0.0/common-utils-1.1.0.0.pom
/home/ubuntu/.m2/repository/org/opensearch/common-utils/1.1.0.0/common-utils-1.1.0.0.jar

After

./build.sh manifests/1.2.0/opensearch-1.2.0.yml

$ find builds/maven/org/opensearch/common-utils/
builds/maven/org/opensearch/common-utils/
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-sources.jar.sha512
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0.jar.sha256
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-javadoc.jar.sha256
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-javadoc.jar.sha512
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-sources.jar.md5
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0.jar.sha512
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-sources.jar.sha1
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0.jar.sha1
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-javadoc.jar.sha1
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0.jar
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-sources.jar
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0.jar.md5
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-sources.jar.sha256
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-javadoc.jar
builds/maven/org/opensearch/common-utils/common-utils-1.2.0.0-javadoc.jar.md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants