GithubHelp home page GithubHelp logo

Comments (5)

christophd avatar christophd commented on June 28, 2024

Seems like you are having problems to download some Maven dependencies. Can you please provide the full Maven error message?

Where exactly in the instructions are you right now?

from citrus-samples.

dmoll1974 avatar dmoll1974 commented on June 28, 2024

I have the same, this is the complete error

[ERROR] Failed to execute goal on project citrus-bakery-web: Could not resolve dependencies for project com.consol.citrus.samples:citrus-bakery-web:war:2.6.3-SNAPSHOT: The following artifacts could not be resolved: com.consol.c
itrus:citrus-core:jar:2.6.3-SNAPSHOT, com.consol.citrus:citrus-java-dsl:jar:2.6.3-SNAPSHOT, com.consol.citrus:citrus-http:jar:2.6.3-SNAPSHOT, com.consol.citrus:citrus-ws:jar:2.6.3-SNAPSHOT, com.consol.citrus:citrus-jms:jar:2.6.
3-SNAPSHOT: Could not find artifact com.consol.citrus:citrus-core:jar:2.6.3-SNAPSHOT -> [Help 1]

from citrus-samples.

christophd avatar christophd commented on June 28, 2024

The 2.6.3-SNAPSHOT version of Citrus is available here:

<repository>
  <id>consol-labs-snapshots</id>
  <url>http://labs.consol.de/maven/snapshots-repository/</url>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
  <releases>
    <enabled>false</enabled>
  </releases>
</repository>

The jar files should be automatically downloaded from that repository. The repository is defined in the citrus-samples parent Maven POM. Maybe you need to add the consol-labs-snapshots repo to your company's Maven repository manager (e.g. Nexus)?

from citrus-samples.

christophd avatar christophd commented on June 28, 2024

Ah, now I see why it is not working. The citrus-samples parent Maven POM defines the consol-labs-snapshots repo, but the bakery-sample Maven project is not inheriting from that parent POM.

So we need to add the consol-labs-snapshots repo definition to the bakery sample POM explicitly.

from citrus-samples.

dmoll1974 avatar dmoll1974 commented on June 28, 2024

Yes that worked :-) Thanks

from citrus-samples.

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.