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

Deploy maven plugins to Maven Central #126

Open avh4 opened 13 years ago

avh4 commented 13 years ago

Projects using cuke4duke with maven should not be required to add repositories to their pom. See http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/

There is a fairly straightforward process for getting synced to maven central: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

I have gone through this process myself for some of my own projects, and could help with this if desired.