citrusframework / citrus-samples

Citrus sample projects using Java DSL tests and Spring Java configuration
https://citrusframework.org/samples/
71 stars 125 forks source link

Dependency problem: cucumber-spring sample execution fails #50

Open kkrafft1999 opened 4 years ago

kkrafft1999 commented 4 years ago

[ERROR] Failed to execute goal on project citrus-sample-cucumber-spring: Could not resolve dependencies for project com.doubleslash:citrus-sample-cucumber-spring:jar:2.8.0: Failure to find com.consol.citrus.samples:citrus-sample-todo:jar:2.8.0 in http://labs.consol.de/maven/snapshots-repository/ was cached in the local repository, resolution will not be reattempted until the update interval of consol-labs-snapshots has elapsed or updates are forced -> [Help 1]

This problem occurs, when I try to execute 'mvn test' on Windows10 PowerShell in sub dir '/samples-cucumber/sample-cucumber-spring'

christophd commented 3 years ago

you need to build the todo app on your local machine first.

something like

$ mvn install -pl :citrus-sample-todo