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]: Snapshot build is not uploading common-utils.jar #1180

Closed
dblock opened this issue Nov 29, 2021 · 2 comments · Fixed by #1188
Closed

[Bug]: Snapshot build is not uploading common-utils.jar #1180

dblock opened this issue Nov 29, 2021 · 2 comments · Fixed by #1188
Labels
bug Something isn't working untriaged Issues that have not yet been triaged

Comments

@dblock
Copy link
Member

dblock commented Nov 29, 2021

Describe the bug

Snapshot build is not uploading any artifacts, e.g. for common-utils:

Skipping upload of additional artifact: ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-javadoc.jar
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-javadoc.jar.md5
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-javadoc.jar.sha1
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-javadoc.jar.sha256
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-javadoc.jar.sha512
Skipping upload of additional artifact: ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-sources.jar
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-sources.jar.md5
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-sources.jar.sha1
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-sources.jar.sha256
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1-sources.jar.sha512
Skipping upload of additional artifact: ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.jar
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.jar.md5
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.jar.sha1
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.jar.sha256
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.jar.sha512
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.pom.md5
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.pom.sha1
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.pom.sha256
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/common-utils-1.2.0.0-20211129.213700-1.pom.sha512
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/maven-metadata.xml
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/maven-metadata.xml.md5
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/maven-metadata.xml.sha1
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/maven-metadata.xml.sha256
Skipping upload for ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT/maven-metadata.xml.sha512
Finished uploading ./org/opensearch/common-utils/1.2.0.0-SNAPSHOT

To reproduce

Build bundle-build with the 1.2.0/opensearch-1.2.0.yml manifest.

Expected behavior

Snapshot JARs uploaded.

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@dblock dblock added bug Something isn't working untriaged Issues that have not yet been triaged labels Nov 29, 2021
@mch2
Copy link
Member

mch2 commented Nov 29, 2021

The name of the jar does not end with -SNAPSHOT.jar which is why it is getting skipped.

@dblock
Copy link
Member Author

dblock commented Nov 29, 2021

😵‍💫

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged
Projects
None yet
2 participants