joelittlejohn / embedmongo-maven-plugin

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API
Apache License 2.0
88 stars 51 forks source link

Enable depedency caching for travis #88

Closed Taher-Ghaleb closed 3 years ago

Taher-Ghaleb commented 3 years ago

Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.

joelittlejohn commented 3 years ago

Looks good. I guess we should move to GitHub actions in future.

Taher-Ghaleb commented 3 years ago

Great. Thanks.

Taher-Ghaleb commented 3 years ago

Thanks again for merging my pull request, @joelittlejohn.

Any reasons why dependency caching wasn't enabled before, please? It was available since December 2014.

I am doing research on this and would be interested to get some insights from you. Thank you.

joelittlejohn commented 3 years ago

It just didn't cross my mind to enable this. I have done on other projects where I have remembered.

Taher-Ghaleb commented 3 years ago

Alright. I got your point. Thanks, @joelittlejohn.