Heroku Supports Maven-Based Java Application Deployment
They also provide tips for deploying applications if you need a library that is not available in the maven public repository.
But: I have two Maven projects where each depends on the other. When I locally mvn install a dependent artifact, I can mvn build another, and everything works fine. However, I cannot push him to the hero, because the hero cannot access my local mvn repository.
What can I do? Will it be necessary to set up a private maven repository available for the herook on the Internet (for example, artifactory), or are there other ways to deploy such an application with user dependency on heroku?
Thanks.
source share