Advertisement
Guest User

Untitled

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