Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] BUILD FAILURE
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Total time: 6.538 s
  5. [INFO] Finished at: 2017-09-25T12:40:40-04:00
  6. [INFO] Final Memory: 24M/327M
  7. [INFO] ------------------------------------------------------------------------
  8. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project commonfiles: Failed to update metadata commonfiles:commonfiles/maven-metadata.xml: Could not parse metadata /path-to-maven-repository/maven-metadata-commonfiles.xml: unexpected character in markup < (position: END_TAG seen ...</versions>n<<... @10:3) -> [Help 1]
  9. [ERROR]
  10. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  11. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  12. [ERROR]
  13. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  14. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  15.  
  16. <?xml version="1.0" encoding="UTF-8"?>
  17. <metadata>
  18. <groupId>commonFiles</groupId>
  19. <artifactId>CommonFiles</artifactId>
  20. <versioning>
  21. <release>0.3</release>
  22. <versions>
  23. <version>0.3</version>
  24. </versions>
  25. <<<<<<< HEAD
  26. <lastUpdated>20170922183241</lastUpdated>
  27. =======
  28. <lastUpdated>20170922184047</lastUpdated>
  29. >>>>>>> 2eef4b2ec679542fd7e996341a0913500cd117df
  30. </versioning>
  31. </metadata>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement