Giter VIP home page Giter VIP logo

Comments (3)

rohanpadhye avatar rohanpadhye commented on August 25, 2024

Hello. Your build seems to have trouble downloading scalachess from the lila-maven repository, whose URL we have specified in examples/pom.xml. It appears that your Maven set up is trying to download the dependencies from the UK central mirror instead. Have you customized your mirrors in .m2/settings.xml or similar and if yes, then is the mirrorOf property set to *? Such a setting may override any project-specific repositories, such as the repository we have specified to fuzz the scalachess example.

Alternatively, if you don't want to run the provided examples then you can skip downloading all of the external dependencies altogether and simply build JQF minus the examples:

mvn clean package -pl !examples

from jqf.

pachulo avatar pachulo commented on August 25, 2024

Well, you are right about the downloading. Thanks a lot!

By the way, to build JQF minus the examples I had to escape the ! like this:

$ mvn clean package -pl \!examples

from jqf.

rohanpadhye avatar rohanpadhye commented on August 25, 2024

Good to know. I guess the escaping mechanism depends on the shell (e.g. fish does not require it).

As a side note (for anyone reading this issue in the future): if using Maven's mirroring options, you can specify the ID of the repository for which the mirror is applicable, e.g. central for a mirror of Maven Central. See https://maven.apache.org/guides/mini/guide-mirror-settings.html for more details. Specifying an ID of * overrides all explicit repository URLs that may be present in project POMs, such as the lila-maven repository that jqf/examples/pom.xml specifies to download the scalachess example.

from jqf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.