Open alexlehm opened 10 years ago
:+1: for me on this (or bintray etc). As a workaround for the moment, I've been using this dockerfile:
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>
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