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
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