Nilhcem / FakeSMTP

Dummy SMTP server with GUI for testing emails in applications easily.
http://nilhcem.github.com/FakeSMTP/
Other
990 stars 319 forks source link

Could you put the program into maven repo #17

Open alexlehm opened 10 years ago

alexlehm commented 10 years ago

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

joshmoore commented 9 years ago

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

https://github.com/ome/ome-docker/pull/6

tntim96 commented 9 years ago

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

Nilhcem commented 9 years ago

You can do it, thanks.

tntim96 commented 9 years ago

Try

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