-
Notifications
You must be signed in to change notification settings - Fork 501
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
cannot build due to missing artifact org.primefaces.themes:all-themes:jar:1.0.10 #10718
Comments
pdurbin
added a commit
that referenced
this issue
Jul 24, 2024
pdurbin
added a commit
that referenced
this issue
Jul 25, 2024
This was referenced Jul 25, 2024
The Primefaces people put the missing depencies on Maven Central Repository, so the Dataverse build is working again. Ticket can be closed |
@haarli yes, thanks, I'll close this. I also independently verified that we can build with those Primefaces artifacts in this (no-op) PR: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by @haarli in Zulip, I'm also seeing problems building the Dataverse war file (
mvn package
) if I delete my Maven cache (~/.m2
):[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:07 min
[INFO] Finished at: 2024-07-24T13:08:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dataverse: Could not resolve dependencies for project edu.harvard.iq:dataverse:war:6.3: The following artifacts could not be resolved: org.primefaces.themes:all-themes:jar:1.0.10 (absent): Could not find artifact org.primefaces.themes:all-themes:jar:1.0.10 in payara-nexus-artifacts (https://nexus.payara.fish/repository/payara-artifacts) -> [Help 1]
I'm on the tip of the develop branch (d33e249).
The text was updated successfully, but these errors were encountered: