We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
mch2
Successfully merging a pull request may close this issue.
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
After
The text was updated successfully, but these errors were encountered: