Stream: dev

Topic: ✔ Build fails due to missing dependency org.primefaces.th...


view this post on Zulip Markus Haarländer (Jul 24 2024 at 12:25):

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.

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 13:17):

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

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 13:47):

Huh, there are a bunch of file with a timestamp of yesterday at https://repository.primefaces.org/org/primefaces/primefaces/10.0.22-LTS/

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 13:48):

Related blog post: https://www.primefaces.org/introducing-primefaces-lts-your-solution-for-long-term-stability-and-security/

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 13:59):

Someone is asking if the Maven repo is gone or changed: https://github.com/orgs/primefaces/discussions/2382

view this post on Zulip Markus Haarländer (Jul 24 2024 at 14:12):

Thank you Phil.
I added a comment to the PrimeFaces GitHub issue in order to clarify it. Let's see what they'll say.

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 14:20):

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

view this post on Zulip Philip Durbin 🚀 (Jul 24 2024 at 14:30):

I created a PR: add local_lib mvn repo and primefaces themes #10721

view this post on Zulip Markus Haarländer (Jul 25 2024 at 06:25):

Thanks for your comment in the Primefaces forum. It's working again, dependencies are on Maven Central now :tada:

view this post on Zulip Notification Bot (Jul 25 2024 at 06:35):

Markus Haarländer has marked this topic as resolved.


Last updated: Nov 01 2025 at 14:11 UTC