你好,我无法将我的项目上传到 heroku,它说我没有文件 pom.xml 但我有
hello, I can't upload my project to heroku, it says I don't have a file pom.xml but I have
I get this error
-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/java
-----> App not compatible with buildpack: https://buildpack-
registry.s3.amazonaws.com/buildpacks/heroku/java.tgz
Could not find a pom.xml file! Please check that it exists and is committed to Git.
More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
! Push failed
But I have pom.xml in my project https://github.com/Nurba1713/e-book.git
Maybe this is a very stupid question, I apologize in advance, I am a beginner and self-taught.
POM 文件必须位于存储库的根目录中,参见 Heroku Java guide
I get this error
-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/java
-----> App not compatible with buildpack: https://buildpack-
registry.s3.amazonaws.com/buildpacks/heroku/java.tgz
Could not find a pom.xml file! Please check that it exists and is committed to Git.
More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
! Push failed
But I have pom.xml in my project https://github.com/Nurba1713/e-book.git
Maybe this is a very stupid question, I apologize in advance, I am a beginner and self-taught.
POM 文件必须位于存储库的根目录中,参见 Heroku Java guide