cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

The plugin 'org.apache.maven.plugins:maven-cuke4duke-plugin' does not exists #111

Closed Enaeria closed 13 years ago

Enaeria commented 13 years ago

HI,

i followed this wiki :

https://github.com/cucumber/cuke4duke/wiki/Maven

i changed everything as described, and even watch in the example files.

but i got an issue running the command: mvn cuke4duke:cucumber -Dcucumber.installGems=true or mvn cuke4duke:cucumber

it says :

Searching repository for plugin with prefix: 'cuke4duke'

BUILD ERROR

The plugin 'org.apache.maven.plugins:maven-cuke4duke-plugin' does not exists or no valid version could be found

how can I fix this ? what did i do wrong ?

Enaeria commented 13 years ago

i think it was about proxy or mirrors from repositories. I commented the mirror repository and after its wors :) its a bit weird since its not a proxy? but it works now.