Nilhcem/FakeSMTP

Could you put the program into maven repo

Opened this issue · 4 comments

I wonder if you could put the program into the maven central repository, I think this would be useful for running integration tests in a continuous integration service like travis or cloudbees

👍 for me on this (or bintray etc). As a workaround for the moment, I've been using this dockerfile:

ome/ome-docker#6

Hi @Nilhcem, do you mind if I publish v2.0 on maven under my group ID, com.github.tntim96, in the meantime?

You can do it, thanks.

Try

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>fakesmtp</artifactId>
    <version>2.0</version>
</dependency>