Advertisement
magoo123

Untitled

Jul 27th, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.openmrs.tools:openmrs-tools:jar:1.9.0-SNAPSHOT
  4. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  5. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  6. [WARNING]
  7. [WARNING] Some problems were encountered while building the effective model for org.openmrs.test:openmrs-test:pom:1.9.0-SNAPSHOT
  8. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  9. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  10. [WARNING]
  11. [WARNING] Some problems were encountered while building the effective model for org.openmrs.api:openmrs-api:jar:1.9.0-SNAPSHOT
  12. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 160, column 18
  13. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  14. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  15. [WARNING]
  16. [WARNING] Some problems were encountered while building the effective model for org.openmrs.web:openmrs-web:jar:1.9.0-SNAPSHOT
  17. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  18. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  19. [WARNING]
  20. [WARNING] Some problems were encountered while building the effective model for org.openmrs.web:openmrs-webapp:war:1.9.0-SNAPSHOT
  21. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  22. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  23. [WARNING]
  24. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs:pom:1.9.0-SNAPSHOT
  25. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 675, column 12
  26. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ line 696, column 12
  27. [WARNING]
  28. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  29. [WARNING]
  30. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  31. [WARNING]
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] Reactor Build Order:
  34. [INFO]
  35. [INFO] OpenMRS
  36. [INFO] openmrs-tools
  37. [INFO] openmrs-test
  38. [INFO] openmrs-api
  39. [INFO] openmrs-web
  40. [INFO] openmrs-webapp
  41. [INFO]
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Building OpenMRS 1.9.0-SNAPSHOT
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Reactor Summary:
  47. [INFO]
  48. [INFO] OpenMRS ........................................... FAILURE [0.860s]
  49. [INFO] openmrs-tools ..................................... SKIPPED
  50. [INFO] openmrs-test ...................................... SKIPPED
  51. [INFO] openmrs-api ....................................... SKIPPED
  52. [INFO] openmrs-web ....................................... SKIPPED
  53. [INFO] openmrs-webapp .................................... SKIPPED
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD FAILURE
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time: 1.890s
  58. [INFO] Finished at: Wed Jul 27 14:05:42 EAT 2011
  59. [INFO] Final Memory: 3M/15M
  60. [INFO] ------------------------------------------------------------------------
  61. [ERROR] Unknown lifecycle phase "instal". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy, pre-clean, clean, post-clean. -> [Help 1]
  62. [ERROR]
  63. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  64. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  65. [ERROR]
  66. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  67. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement