here is your solution http://devcenter.heroku.com/articles/local-maven-dependencies
i also faced same problem know i have successfully deployed my java app in heroku. cheers:) On Sep 22, 7:00 am, TomXH <[email protected]> wrote: > I am trying to port a java application to Heroku. The application has > dependencies on many jars. Several of these were available in the > Maven repository so no problem. However, I have a couple that are > not available on public repositories. I added these jars to my local > maven repository using "mvn install:install....". With that, I am > able to build and run my project locally. However, when I push to > Heroku, I get an error indicating "artifacts cannot be resolved". > > What is the best way to make these jar files available to my > application on Heroku? I have to think this is a common problem and > there must be a simple answer. > > Thanks -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
