xsbt-cucumber-plugin icon indicating copy to clipboard operation
xsbt-cucumber-plugin copied to clipboard

Fixed plugin installation instructions in README.

Open pkuijpers opened this issue 10 years ago • 1 comments

Being new to sbt, I struggled somewhat to get the plugin to work. It turned out that I had to declare the plugin in project/cucumber.sbt instead of project/plugins/build.sbt. Maybe this has changed in a newer version of sbt (I'm using 0.13.0).

I updated README.markdown with this information.

pkuijpers avatar Aug 20 '14 14:08 pkuijpers

Placing the plugin info in project/plugins.sbt worked for me. Not sure what the official sbt way should be.

maasg avatar Oct 09 '14 07:10 maasg