Advertisement
k-joseph

Untitled

Jun 18th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. k-joseph@joseph:/media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core$ mvn release:clean
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.tools:openmrs-tools:jar:1.11.0-SNAPSHOT
  5. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  6. [WARNING]
  7. [WARNING] Some problems were encountered while building the effective model for org.openmrs.test:openmrs-test:pom:1.11.0-SNAPSHOT
  8. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  9. [WARNING]
  10. [WARNING] Some problems were encountered while building the effective model for org.openmrs.api:openmrs-api:jar:1.11.0-SNAPSHOT
  11. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  12. [WARNING]
  13. [WARNING] Some problems were encountered while building the effective model for org.openmrs.web:openmrs-web:jar:1.11.0-SNAPSHOT
  14. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  15. [WARNING]
  16. [WARNING] Some problems were encountered while building the effective model for org.openmrs.web:openmrs-webapp:war:1.11.0-SNAPSHOT
  17. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  18. [WARNING]
  19. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs-release-test:jar:1.11.0-SNAPSHOT
  20. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.11.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core/pom.xml, line 943, column 12
  21. [WARNING]
  22. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs:pom:1.11.0-SNAPSHOT
  23. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 943, column 12
  24. [WARNING]
  25. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  26. [WARNING]
  27. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  28. [WARNING]
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Reactor Build Order:
  31. [INFO]
  32. [INFO] OpenMRS
  33. [INFO] openmrs-tools
  34. [INFO] openmrs-test
  35. [INFO] openmrs-api
  36. [INFO] openmrs-web
  37. [INFO] openmrs-webapp
  38. [INFO] openmrs-release-test
  39. [INFO]
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] Building OpenMRS 1.11.0-SNAPSHOT
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO]
  44. [INFO] --- maven-release-plugin:2.1:clean (default-cli) @ openmrs ---
  45. [INFO] Cleaning up after release...
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Reactor Summary:
  48. [INFO]
  49. [INFO] OpenMRS ........................................... SUCCESS [1.008s]
  50. [INFO] openmrs-tools ..................................... SKIPPED
  51. [INFO] openmrs-test ...................................... SKIPPED
  52. [INFO] openmrs-api ....................................... SKIPPED
  53. [INFO] openmrs-web ....................................... SKIPPED
  54. [INFO] openmrs-webapp .................................... SKIPPED
  55. [INFO] openmrs-release-test .............................. SKIPPED
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] BUILD SUCCESS
  58. [INFO] ------------------------------------------------------------------------
  59. [INFO] Total time: 2.351s
  60. [INFO] Finished at: Wed Jun 18 18:16:13 EAT 2014
  61. [INFO] Final Memory: 8M/245M
  62. [INFO] ------------------------------------------------------------------------
  63. k-joseph@joseph:/media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core$ git status
  64. # On branch master
  65. # Your branch and 'origin/master' have diverged,
  66. # and have 4909 and 1 different commit each, respectively.
  67. #
  68. # Untracked files:
  69. # (use "git add <file>..." to include in what will be committed)
  70. #
  71. # web/WEB-INF/
  72. nothing added to commit but untracked files present (use "git add" to track)
  73. k-joseph@joseph:/media/KJoseph/Projects/openMRS/openmrs-core-master/openmrs-core$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement