Giter Club home page Giter Club logo

Comments (4)

octaviospain avatar octaviospain commented on June 15, 2024

Did you modify the version of the easybind library in the pom.xml file?
The version used is 1.0.3, not 1.0.4-SNAPSHOT which is not published in maven central. That's why the maven command is failing
Check the pom.xml file and verify that the version is the correct one:

        <dependency>
            <groupId>org.fxmisc.easybind</groupId>
            <artifactId>easybind</artifactId>
            <version>1.0.3</version>
            <scope>compile</scope>
        </dependency>

from musicott.

piusalfred avatar piusalfred commented on June 15, 2024

The version of the easybind in the pom.xml file was 1.0.4-SNAPSHOT changed it to 1.0.3 and then i did run the command mvn install -Dmaven.test.skip=true
and the output is

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Musicott
[INFO] common
[INFO] preloader
[INFO] application
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Musicott 0.10.1-b
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/fxmisc/easybind/easybind/1.0.3/easybind-1.0.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Musicott ........................................... FAILURE [ 21.185 s]
[INFO] common ............................................. SKIPPED
[INFO] preloader .......................................... SKIPPED
[INFO] application ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.493 s
[INFO] Finished at: 2018-10-10T11:27:46+03:00
[INFO] Final Memory: 10M/135M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project musicott: Could not resolve dependencies for project com.transgressoft.musicott:musicott:pom:0.10.1-b: Failed to collect dependencies at org.fxmisc.easybind:easybind:jar:1.0.3: Failed to read artifact descriptor for org.fxmisc.easybind:easybind:jar:1.0.3: Could not transfer artifact org.fxmisc.easybind:easybind:pom:1.0.3 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or service not known: Unknown host repo.maven.apache.org: Name or service not known -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

from musicott.

octaviospain avatar octaviospain commented on June 15, 2024

This error is caused by some DNS, proxy, or network connection on your side.
Do you have set a proxy configuration on your computer?
This link might help

from musicott.

piusalfred avatar piusalfred commented on June 15, 2024

It was caused by some network problem.Thanks, It worked.

from musicott.

Related Issues (12)

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.