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

[feature] support SNAPSHOT builds #41

Open
itihas opened this issue Aug 26, 2021 · 4 comments
Open

[feature] support SNAPSHOT builds #41

itihas opened this issue Aug 26, 2021 · 4 comments

Comments

@itihas
Copy link

itihas commented Aug 26, 2021

Creating this issue as mentioned in #40 since I'm also running into it.

java.lang.RuntimeException: java.lang.RuntimeException: Could not find artifact org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5-SNAPSHOT in any repository

Encountered in the course of building https://github.com/apache/druid/tree/druid-0.18.1-rc2 .

@terlar
Copy link

terlar commented Aug 26, 2021

We have discussed this briefly over at clj2nix:
hlolli/clj2nix#12 (comment)

Now I see that this project doesn't use fetchMavenArtifact from nixpkgs. But perhaps we could come up with some solution that could be used by both projects. Regarding snapshots, if you publish with uniqueVersion set to false, what happens then? Will it overwrite previous snapshot artifacts when you publish? Or will it still have some incremental thing? I'm thinking if both ways could be supported by the potential attribute snapshot to the fetchMavenArtifact. Perhaps it could be omitted and then it will just look for the non-unique version path.

@fzakaria
Copy link
Owner

fzakaria commented Aug 26, 2021

Thank you for opening the issue.

To understand the SNAPSHOT required parsing the metadata-$repo.xml files as well.
It's quite a large change --

I really want to figure out how to just fork Aether or Maven to support this more easily -- otherwise it's rebuilding quite a large infrastructure.

@yzx9
Copy link

yzx9 commented Jul 23, 2024

Hello, sorry to bring this up, but is there any news?

@fzakaria
Copy link
Owner

Sorry but I'm looking for a maintainer for this project; I can't devote any time to it as of now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants