bonjour, je ne peux pas télécharger mon projet sur heroku, il dit que je n'ai pas de fichier pom.xml mais j'ai
J'obtiens cette erreur
-----> 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
Mais j'ai pom.xml dans mon projet https://github.com/Nurba1713/e-book.git
C'est peut-être une question très stupide, je m'excuse d'avance, je suis débutant et autodidacte.
Solution du problème
Le fichier POM doit être à la racine du référentiel, voir le guide Heroku Java
Commentaires
Enregistrer un commentaire