In my case I run this commands for publish my scala project library:
./activator clean compile
./activator test
./activator publish-local
I need my local library application.conf only for tests.
But I wanna use application.conf of my new project which use this library jar as dependency.
How can I build jar without application.conf?