开发者

Heroku mvn not found error

开发者 https://www.devze.com 2023-04-12 07:45 出处:网络
Ihave one java applicationwhich is running in my local machine . I pushed it in to herokunow when I am trying to run it by run the command

I have one java application which is running in my local machine . I pushed it in to heroku now when I am trying to run it by run the command heroku run “mvn exec:java –Dexec.mainClass=”my main class””

it is giving

开发者_如何学C

sh: mvn: not found

previously it was working fine I run that with same command now it is giving this error.


We removed mvn from the compiled slug in an update a few weeks ago. You can read more about it here:

http://devcenter.heroku.com/articles/release-note-java-2011-09-29

In case you're wondering why you couldn't find this article, we just published it. Apologize for the delay.

0

精彩评论

暂无评论...
验证码 换一张
取 消