Advertisement
Guest User

Untitled

a guest
Apr 18th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. -----> Building on the Heroku-20 stack
  2. -----> Using buildpack: heroku/java
  3. -----> Java app detected
  4. -----> Installing JDK 15... done
  5. -----> Installing Maven 3.6.2... done
  6. -----> Executing Maven
  7. $ mvn -DskipTests clean dependency:list install
  8. [INFO] Scanning for projects...
  9. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  10. [ERROR] Malformed POM /tmp/build_36149698/pom.xml: Unrecognised tag: 'plugin' (position: START_TAG seen ...</version>\n\n <plugin>... @11:13) @ /tmp/build_36149698/pom.xml, line 11, column 13
  11. @
  12. [ERROR] The build could not read 1 project -> [Help 1]
  13. [ERROR]
  14. [ERROR] The project org.example:CalciteDiscordBot:1.0-SNAPSHOT (/tmp/build_36149698/pom.xml) has 1 error
  15. [ERROR] Malformed POM /tmp/build_36149698/pom.xml: Unrecognised tag: 'plugin' (position: START_TAG seen ...</version>\n\n <plugin>... @11:13) @ /tmp/build_36149698/pom.xml, line 11, column 13 -> [Help 2]
  16. [ERROR]
  17. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  18. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  19. [ERROR]
  20. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  21. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  22. [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException
  23. ! ERROR: Failed to build app with Maven
  24. We're sorry this build is failing! If you can't find the issue in application code,
  25. please submit a ticket so we can help: https://help.heroku.com/
  26. ! Push rejected, failed to compile Java app.
  27. ! Push failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement