Advertisement
Guest User

Untitled

a guest
Apr 16th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Atul>cd workspace
  5.  
  6. C:\Users\Atul\workspace>mvn module-wizard:generate
  7. [INFO] Scanning for projects...
  8. [INFO]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Building Maven Stub Project (No POM) 1
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO]
  13. [INFO] >>> module-wizard-plugin:1.1.1:generate (default-cli) @ standalone-pom >>
  14. >
  15. [INFO]
  16. [INFO] <<< module-wizard-plugin:1.1.1:generate (default-cli) @ standalone-pom <<
  17. <
  18. [INFO]
  19. [INFO] --- module-wizard-plugin:1.1.1:generate (default-cli) @ standalone-pom --
  20. -
  21. [INFO] ----------------------------------------------------------------
  22. [INFO] | Module Wizard |
  23. [INFO] ----------------------------------------------------------------
  24. Group ID: org.openmrs.module: :
  25. Artifact ID: basicexample: :
  26. Version: 1.0-SNAPSHOT: :
  27. Module name: Basic Example: :
  28. Module description: Helps to start writing OpenMRS modules: :
  29. Module author: Atul: :
  30. OpenMRS version to depend on: 1.8.2: :
  31. Do you want to add an admin page link: (y/n) y: : y
  32. Do you want to add a service layer: (y/n) y: :
  33. Service name: Basic Example: :
  34. Model object name: Basic Example: :
  35. Do you want to add another module to depend on: (y/n) n: : n
  36. Ready to create a module. Are the above values correct: (y/n) : y
  37. [INFO] Archetype: openmrs-archetype-basicmodule-creation
  38. [INFO] Generating project in Batch mode
  39. [INFO] Archetype defined by properties
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] BUILD FAILURE
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Total time: 35.189s
  44. [INFO] Finished at: Tue Apr 16 22:52:01 IST 2013
  45. [INFO] Final Memory: 13M/105M
  46. [INFO] ------------------------------------------------------------------------
  47. [ERROR] Failed to execute goal org.openmrs.maven.plugins:module-wizard-plugin:1.
  48. 1.1:generate (default-cli) on project standalone-pom: null: MojoFailureException
  49. : NullPointerException -> [Help 1]
  50. [ERROR]
  51. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  52. ch.
  53. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  54. [ERROR]
  55. [ERROR] For more information about the errors and possible solutions, please rea
  56. d the following articles:
  57. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
  58. eption
  59. C:\Users\Atul\workspace>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement