Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to Maven Repository #11

Open
geekdenz opened this issue Aug 28, 2017 · 2 comments
Open

Publish to Maven Repository #11

geekdenz opened this issue Aug 28, 2017 · 2 comments

Comments

@geekdenz
Copy link
Contributor

I had to build this and then install it. It would be best if this would be published to a central Maven Repository for easier use. I am happy to do it, but think I should give the maintainers a chance to do it since this repository is dedicated to this project.

@sameer49
Copy link
Member

@geekdenz thanks for taking interest in selenium-cucumber-java and contributing it.

This is just starter framework for a UI automation tests projects using selenium and cucumber, which provide few basic things like running on different browser and few pre-defined steps to make automation fast and easy.

I think cucumber step definitions code cannot be transformed into compiled library, it has to be along with your source code and also it will be to easy to user to debug and modify if needed.

@geekdenz
Copy link
Contributor Author

Hi @sameer49 ,
I think it makes it a lot easier to use though if we have a Maven artifact. I have uploaded one here:
https://bintray.com/geekdenz/maven/selenium-cucumber-java .

Maybe you could add it to the documentation for easier use. In Gradle I needed to add a Maven repository like so:

repositories {
    maven {
         url  "https://dl.bintray.com/geekdenz/maven"
    }
    mavenCentral()
}

and then the dependency:

    testCompile 'selenium-cucumber:selenium-cucumber-java:0.0.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants