Failed to collect Maven dependencies in Java HelloWorld when deploying to heroku
问题 I'm playing with Java and heroku following the heroku guide. But with few modifications. In this case I use JDK 1.7, Jetty 8.1.2.v20120308 and Maven dependencies plugin 2.7 (Because it seems, 2.4 couldn't be built) All is built ok locally with mvn package but when I use git push heroku master to deploy on heroku, I get this message: [ERROR] Failed to execute goal on project helloart: Could not resolve dep endencies for project main.java:helloart:jar:1.0-SNAPSHOT: Failed to collect dep