Hi guys,
the Dataverse maven build does not work anymore for a couple of hours now, see e.g. https://github.com/IQSS/dataverse/actions/runs/10064544554/job/27821665900#step:4:4853
Reason: The dependency org.primefaces.themes:all-themes:jar:1.0.10 cannot be found, seems it was removed from Primefaces repository: https://repository.primefaces.org/org/primefaces/themes/
Is there any quickfix available? I currently can't find the dependency in any other maven repo.
Thanks for the heads up. I created an issue:
cannot build due to missing artifact org.primefaces.themes:all-themes:jar:1.0.10 #10718
Huh, there are a bunch of file with a timestamp of yesterday at https://repository.primefaces.org/org/primefaces/primefaces/10.0.22-LTS/
Related blog post: https://www.primefaces.org/introducing-primefaces-lts-your-solution-for-long-term-stability-and-security/
Someone is asking if the Maven repo is gone or changed: https://github.com/orgs/primefaces/discussions/2382
Thank you Phil.
I added a comment to the PrimeFaces GitHub issue in order to clarify it. Let's see what they'll say.
Great, thank.
all-themes not quite enough. We also need this (part of themes):
[**ERROR**] Failed to execute goal on project dataverse: **Could not collect dependencies for project edu.harvard.iq:dataverse:war:6.3**
[**ERROR**] **Failed to read artifact descriptor for org.primefaces.themes:all-themes:jar:1.0.10**
[**ERROR**] **Caused by: The following artifacts could not be resolved: org.primefaces.themes:themes-project:pom:1.0.10 (absent): Could not find artifact org.primefaces.themes:themes-project:pom:1.0.10 in payara-nexus-artifacts (https://nexus.payara.fish/repository/payara-artifacts)**
I created a PR: add local_lib mvn repo and primefaces themes #10721
Thanks for your comment in the Primefaces forum. It's working again, dependencies are on Maven Central now :tada:
Markus Haarländer has marked this topic as resolved.
Last updated: Nov 01 2025 at 14:11 UTC