Hi, It seems that my picture of the error was not included in the email.
It comes here: [cid:94a09d63-db8c-4793-9c77-5146fad2a6b5] [ERROR] Failed to execute goal on project wayang-assembly: Could not resolve dependencies for project org.apache.wayang:wayang-assembly:pom:1.1.1-SNAPSHOT [ERROR] dependency: org.apache.wayang:wayang-api-scala-java:jar:1.1.1-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.wayang:wayang-api-scala-java:jar:1.1.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) [ERROR] dependency: org.apache.wayang:wayang-benchmark:jar:1.1.1-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.wayang:wayang-benchmark:jar:1.1.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) [ERROR] dependency: org.apache.wayang:wayang-flink:jar:1.1.1-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.wayang:wayang-flink:jar:1.1.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) [ERROR] dependency: org.apache.wayang:wayang-ml4all:jar:1.1.1-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.wayang:wayang-ml4all:jar:1.1.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) [ERROR] dependency: org.apache.wayang:wayang-api-json:jar:1.1.1-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.wayang:wayang-api-json:jar:1.1.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) ________________________________ From: Christoffer Emil Kristensen <[email protected]> Sent: Tuesday, September 30, 2025 7:22 AM To: [email protected] <[email protected]> Subject: Setting up Apache Wayang Hello everyone, I am trying to setup Wayang for development on my computer. I have followed the guide in the readme file in the repo on section "Installing Wayang". And the first step is to build the binaries. Pr. The documentation provided here: https://github.com/ChristofferEmilKristensen/incubator-wayang/blob/main/guides/tutorial.md I have cloned the repository, but when I run the command: ./mvnw clean package -pl :wayang-assembly -Pdistribution I get the following error: [cid:154b7a6f-8b43-4a53-984d-6cd416150890] Have anyone tried similar and know how this can be resolved? I have just followed the official documentation so I would assume it would work out of the box. Am i missing a step prior to this? I have not run any other maven commands, but I assume this is not necessary since it does not say anything in the documentation 🙂 Best regards, Christoffer Kristensen
