More info: If I delete all Wayang stuff from my local Maven repository /home/gabor/.m2/repository/org/apache/wayang then Maven tries to download Wayang jars: https://gist.github.com/ggevay/609621e0e5dff7359c30c20ac5265d32 Is this expected behaviour? Shouldn't it be building these jars instead of downloading them? Also note that the jars it is downloading seem a few days old. So maybe both of my errors come from some old jars in maven central getting mixed with the new poms in the current code?
Best, Gábor Gábor E. Gévay <[email protected]> ezt írta (időpont: 2021. szept. 7., K, 15:51): > > Hello, > > I'm trying to build Wayang with simply > mvn clean install > but I'm running into an error related to org.json: > > [WARNING] Unable to obtain POM for artifact: > org.apache.wayang:wayang-core:jar:0.6.0-SNAPSHOT:compile > org.apache.maven.project.ProjectBuildingException: Some problems were > encountered while processing the POMs: > [ERROR] 'dependencies.dependency.version' for org.json:json:jar is > missing. @ line 42, column 21 > > And I also have an error msg about licenses: > > [WARNING] There are 1 forbidden licenses used: > [WARNING] License: 'BSD 3-Clause' used by 1 dependencies: > -Scala Library (org.scala-lang:scala-library:2.11.12 - > http://www.scala-lang.org/) > > This is my full Maven output: > https://gist.github.com/ggevay/bed90d5f7dddc7ea24fca635565b499f > > Is there something wrong with my setup? Should I specify any Maven > profile? I tried checking out the code to a fresh empty dir, but the > same errors came. > > Best, > Gábor
