Advertisement
hilz041

Untitled

Oct 12th, 2016
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.85 KB | None | 0 0
  1. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  2. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (882 B at 1.7 KB/sec)
  3. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (368 B at 0.5 KB/sec)
  4. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.pom
  5. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.pom
  6. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.pom (9 KB at 15.3 KB/sec)
  7. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/openmrs-sdk/3.4.0/openmrs-sdk-3.4.0.pom
  8. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/openmrs-sdk/3.4.0/openmrs-sdk-3.4.0.pom
  9. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/openmrs-sdk/3.4.0/openmrs-sdk-3.4.0.pom (16 KB at 22.8 KB/sec)
  10. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.jar
  11. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.jar
  12. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/3.4.0/openmrs-sdk-maven-plugin-3.4.0.jar (293 KB at 79.3 KB/sec)
  13. [INFO]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Building Maven Stub Project (No POM) 1
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO]
  18. [INFO] --- openmrs-sdk-maven-plugin:3.4.0:help (default-cli) @ standalone-pom ---
  19.  
  20.  
  21. OpenMRS SDK 3.4.0
  22.  
  23. For more info, see SDK documentation: https://wiki.openmrs.org/display/docs/OpenMRS+SDK
  24.  
  25.  
  26. usage: create-module
  27. Description: Create OpenMRS Reference Application module.
  28.  
  29.  
  30. usage: create-platform-module
  31. Description: Create OpenMRS Platform module.
  32.  
  33.  
  34. usage: setup
  35. Description: Setup a new instance of OpenMRS server. It can be used for
  36. setting up a platform or a distribution. It prompts for any missing, but
  37. required parameters.
  38. -DaddDemoData Add demo data when setting up a platform server.
  39. -DdbDriver Database driver e.g. 'mysql' or 'h2'.
  40. -DdbPassword Password for the database user.
  41. -DdbUri Uri for JDBC connection to the database (default
  42. value matches dbDriver)
  43. -DdbUser Username for the database (defaults to 'root').
  44. -Ddistro OpenMRS Distribution to setup in a format
  45. 'groupId:artifactId:version'. You can skip
  46. groupId, if it is 'org.openmrs.distro'.
  47. -Dfile Path to installation.properties file for batch
  48. setup.
  49. -Dplatform OpenMRS Platform version to setup e.g. '1.11.5'.
  50. -DserverId Unique id of a server.
  51.  
  52. usage: deploy
  53. Description: Deploy a module/distribution/platform to a server. It can be
  54. used for deploying a new artifact or upgrading/downgrading an artifact,
  55. which was previosly deployed.
  56. -DartifactId Artifact id of an artifact, which you want to
  57. deploy.
  58. -DgroupId Group id of an artifact, which you want to deploy
  59. (defaults to 'org.openmrs.module').
  60. -DserverId Unique id of a server.
  61. -Dversion Version of an artifact, which you want to deploy.
  62.  
  63. usage: undeploy
  64. Description: Undeploy a module from a server.
  65. -DartifactId Artifact id of a module, which you want to
  66. undeploy.
  67. -DgroupId Group id of a module, which you want to undeploy
  68. (defaults to 'org.openmrs.module').
  69. -DserverId Unique id of a server.
  70.  
  71. usage: reset
  72. Description: Reset server and its database to the initial state.
  73. -Dfull If 'true', delete modules installed manually
  74. (defaults to 'false').
  75. -Dserverid Unique id of a server.
  76.  
  77. usage: delete
  78. Description: Delete a server and its database.
  79. -DserverId Unique id of a server.
  80.  
  81. usage: run
  82. Description: Start a server. If it is run from a module/distro/platform
  83. project, the project will be redeployed before launching.
  84. -Ddebug Enable remote debugging on the given port (defaults
  85. to '1044' if empty).
  86. -Dfork Set to 'false' to disable forking a process for
  87. running the server (defaults to 'true'). Useful for
  88. debugging within an IDE without a remote debugger.
  89. Not that 'false' disables the live-reloading
  90. feature.
  91. -Dport Port to use for running the server (defaults to
  92. '8080').
  93. -DserverId Unique id of a server.
  94.  
  95. usage: watch
  96. Description: Add a module from the current directory to the list of
  97. watched projects. It enables the live-reloading feature for a module.
  98. -DserverId Unique id of a server.
  99.  
  100. usage: unwatch
  101. Description: Remove a module from the list of watched projects. It
  102. disabled the live-reloading feature for a module.
  103. -DartifactId Artifact id of a module to unwatch.
  104. -DgroupId Group id of a module to unwatch. It is optional,
  105. if artifact id is unambiguous.
  106. -DserverId Unique id of a server.
  107.  
  108. usage: info
  109. Description: Display server details including the list of watched modules.
  110. -DserverId Unique id of a server.
  111.  
  112. [INFO] ------------------------------------------------------------------------
  113. [INFO] BUILD SUCCESS
  114. [INFO] ------------------------------------------------------------------------
  115. [INFO] Total time: 13.513s
  116. [INFO] Finished at: Thu Oct 13 00:14:33 EAT 2016
  117. [INFO] Final Memory: 18M/169M
  118. [INFO] ------------------------------------------------------------------------
  119. hillary@hillary-Inspiron-5423:~$ mvn openmrs-sdk:setup
  120. [INFO] Scanning for projects...
  121. [INFO]
  122. [INFO] ------------------------------------------------------------------------
  123. [INFO] Building Maven Stub Project (No POM) 1
  124. [INFO] ------------------------------------------------------------------------
  125. [INFO]
  126. [INFO] --- openmrs-sdk-maven-plugin:3.4.0:setup (default-cli) @ standalone-pom ---
  127.  
  128. Setting up a new server...
  129.  
  130. Specify server id (-DserverId) (default: 'server'): 1
  131.  
  132. You can setup the following servers:
  133. 1) Distribution
  134. 2) Platform
  135.  
  136. Which one do you choose? [1/2]: 2
  137. [INFO] artifact org.openmrs.web:openmrs-webapp: checking for updates from openmrs-repo
  138. [INFO] artifact org.openmrs.web:openmrs-webapp: checking for updates from openmrs-repo-thirdparty
  139. [INFO] artifact org.openmrs.web:openmrs-webapp: checking for updates from central
  140.  
  141. You can deploy the following versions of a platform:
  142. 1) 2.1.0-SNAPSHOT
  143. 2) 2.0.0
  144. 3) 1.12.0
  145. 4) 1.11.6
  146. 5) 1.10.4
  147. 6) 1.9.11
  148. 7) Other...
  149.  
  150. Which one do you choose? [1/2/3/4/5/6/7]: 1
  151. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.1.0-SNAPSHOT:war
  152. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/web/openmrs-webapp/2.1.0-SNAPSHOT/maven-metadata.xml
  153. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.1.0-SNAPSHOT/maven-metadata.xml
  154. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-webapp/2.1.0-SNAPSHOT/maven-metadata.xml (999 B at 0.9 KB/sec)
  155. [INFO] Copying openmrs-webapp-2.1.0-SNAPSHOT.war to /home/hillary/openmrs/1/openmrs-2.1.0-SNAPSHOT.war
  156.  
  157. If you want to enable remote debugging by default when running the server,
  158. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  159. (Do not do this on a production server) (default: 'no debugging'): 1043
  160.  
  161. Which database would you like to use?:
  162. 1) H2
  163. 2) MySQL 5.6 (requires pre-installed MySQL 5.6)
  164. 3) MySQL 5.6 in SDK docker container (requires pre-installed Docker)
  165. 4) Existing docker container (requires pre-installed Docker)
  166.  
  167. Which one do you choose? [1/2/3/4]: 2
  168.  
  169. The distribution requires MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@'): 'jdbc:mysql://localhost:3306/@DBNAME@'
  170.  
  171. Please specify database username (-DdbUser) (default: 'root'): root
  172.  
  173. Please specify database password (-DdbPassword) (default: ' '): hillary
  174. [INFO] ------------------------------------------------------------------------
  175. [INFO] BUILD FAILURE
  176. [INFO] ------------------------------------------------------------------------
  177. [INFO] Total time: 5:12.062s
  178. [INFO] Finished at: Thu Oct 13 00:22:17 EAT 2016
  179. [INFO] Final Memory: 23M/221M
  180. [INFO] ------------------------------------------------------------------------
  181. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.4.0:setup (default-cli) on project standalone-pom: Failed to setup server: The db name is in a wrong format (allowed alphanumeric, dash and underscore signs): 1' -> [Help 1]
  182. [ERROR]
  183. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  184. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  185. [ERROR]
  186. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  187. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  188. hillary@hillary-Inspiron-5423:~$ mvn openmrs-sdk:setup
  189. [INFO] Scanning for projects...
  190. [INFO]
  191. [INFO] ------------------------------------------------------------------------
  192. [INFO] Building Maven Stub Project (No POM) 1
  193. [INFO] ------------------------------------------------------------------------
  194. [INFO]
  195. [INFO] --- openmrs-sdk-maven-plugin:3.4.0:setup (default-cli) @ standalone-pom ---
  196.  
  197. Setting up a new server...
  198.  
  199. Specify server id (-DserverId) (default: 'server'): 1
  200.  
  201. You can setup the following servers:
  202. 1) Distribution
  203. 2) Platform
  204.  
  205. Which one do you choose? [1/2]: 2
  206.  
  207. You can deploy the following versions of a platform:
  208. 1) 2.1.0-SNAPSHOT
  209. 2) 2.0.0
  210. 3) 1.12.0
  211. 4) 1.11.6
  212. 5) 1.10.4
  213. 6) 1.9.11
  214. 7) Other...
  215.  
  216. Which one do you choose? [1/2/3/4/5/6/7]: 1
  217. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.1.0-SNAPSHOT:war
  218. [INFO] Copying openmrs-webapp-2.1.0-SNAPSHOT.war to /home/hillary/openmrs/1/openmrs-2.1.0-SNAPSHOT.war
  219.  
  220. If you want to enable remote debugging by default when running the server,
  221. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  222. (Do not do this on a production server) (default: 'no debugging'): 1042
  223.  
  224. Which database would you like to use?:
  225. 1) H2
  226. 2) MySQL 5.6 (requires pre-installed MySQL 5.6)
  227. 3) MySQL 5.6 in SDK docker container (requires pre-installed Docker)
  228. 4) Existing docker container (requires pre-installed Docker)
  229.  
  230. Which one do you choose? [1/2/3/4]: 1
  231. [INFO] artifact com.h2database:h2: checking for updates from openmrs-repo
  232. [INFO] artifact com.h2database:h2: checking for updates from openmrs-repo-thirdparty
  233. [INFO] artifact com.h2database:h2: checking for updates from central
  234. [INFO] Configured Artifact: com.h2database:h2:1.4.190:jar
  235. [INFO] Copying h2-1.4.190.jar to /home/hillary/openmrs/1/h2-1.4.190.jar
  236.  
  237. The specified database openmrs-1 does not exist and it will be created for you.
  238.  
  239. Note: JDK 1.8 is needed for platform version 2.1.0-SNAPSHOT.
  240.  
  241. Which JDK would you like to use to run this server?:
  242. 1) JAVA_HOME (currently: /usr/lib/jvm/java-8-oracle/jre)
  243. 2) Other...
  244.  
  245. Which one do you choose? [1/2]: 1
  246. [INFO] Server configured successfully, path: /home/hillary/openmrs/1
  247. [INFO] ------------------------------------------------------------------------
  248. [INFO] BUILD SUCCESS
  249. [INFO] ------------------------------------------------------------------------
  250. [INFO] Total time: 50.019s
  251. [INFO] Finished at: Thu Oct 13 00:23:59 EAT 2016
  252. [INFO] Final Memory: 22M/215M
  253. [INFO] ------------------------------------------------------------------------
  254. hillary@hillary-Inspiron-5423:~$ mvn openmrs-sdk:create-project
  255. [INFO] Scanning for projects...
  256. [INFO]
  257. [INFO] ------------------------------------------------------------------------
  258. [INFO] Building Maven Stub Project (No POM) 1
  259. [INFO] ------------------------------------------------------------------------
  260. [INFO]
  261. [INFO] --- openmrs-sdk-maven-plugin:3.4.0:create-project (default-cli) @ standalone-pom ---
  262.  
  263. What kind of project would you like to create?:
  264. 1) Platform module
  265. 2) Reference Application module
  266. 3) Open Web App
  267.  
  268. Which one do you choose? [1/2/3]: 1
  269.  
  270. Module id uniquely identifies your module in the OpenMRS world.
  271.  
  272. It is advised to consult your module id on https://talk.openmrs.org
  273. to eliminate possible collisions.
  274.  
  275. Module id must consists of lowercase letters, must start from
  276. a letter, can contain alphanumerics and dots, e.g. webservices.rest,
  277. metadatasharing, reporting, htmlformentry.
  278.  
  279. Please specify module id (default: 'basicexample'): basicexample2
  280.  
  281. Module name is a user friendly name displayed to the user
  282. instead of the module id.
  283.  
  284. By convention it is a module id with spaces between words.
  285.  
  286. Please specify module name (default: 'Basicexample2'): Basicexample2
  287.  
  288. Describe your module in a few sentences (default: 'no description'): No description
  289.  
  290. GroupId, artifactId and version combined together identify
  291. your module in the maven repository.
  292.  
  293. By convention OpenMRS modules use 'org.openmrs.module' as a groupId
  294. (must follow convention for naming java packages) and the module id
  295. as an artifactId. The version should follow maven versioning convention,
  296. which in short is: major.minor.maintenance(-SNAPSHOT).
  297.  
  298. Please specify groupId (default: 'org.openmrs.module'): org.openmrs.module
  299.  
  300. Please specify initial version (default: '1.0.0-SNAPSHOT'): 1.0.0-SNAPSHORT
  301.  
  302. What is the lowest version of the platform (-Dplatform) you want to support? (default: '1.11.6'): 1.11.6
  303. [INFO] Archetype: openmrs-sdk-archetype-module-platform
  304. [INFO] Generating project in Batch mode
  305. [INFO] Archetype defined by properties
  306. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.jar
  307. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.jar
  308. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.jar
  309. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.jar (25 KB at 13.8 KB/sec)
  310. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.pom
  311. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.pom
  312. Downloading: http://repo.maven.apache.org/maven2/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.pom
  313. Downloaded: http://repo.maven.apache.org/maven2/org/openmrs/maven/archetypes/openmrs-sdk-archetype-module-platform/3.4.0/openmrs-sdk-archetype-module-platform-3.4.0.pom (2 KB at 1.2 KB/sec)
  314. [INFO] ----------------------------------------------------------------------------
  315. [INFO] Using following parameters for creating project from Archetype: openmrs-sdk-archetype-module-platform:3.4.0
  316. [INFO] ----------------------------------------------------------------------------
  317. [INFO] Parameter: groupId, Value: org.openmrs.module
  318. [INFO] Parameter: artifactId, Value: basicexample2
  319. [INFO] Parameter: version, Value: 1.0.0-SNAPSHORT
  320. [INFO] Parameter: package, Value: org.openmrs.module.basicexample2
  321. [INFO] Parameter: packageInPathFormat, Value: org/openmrs/module/basicexample2
  322. [INFO] Parameter: moduleClassnamePrefix, Value: Basicexample2
  323. [INFO] Parameter: moduleName, Value: Basicexample2
  324. [INFO] Parameter: moduleAuthor, Value: hillary
  325. [INFO] Parameter: moduleDescription, Value: No description
  326. [INFO] Parameter: groupId, Value: org.openmrs.module
  327. [INFO] Parameter: version, Value: 1.0.0-SNAPSHORT
  328. [INFO] Parameter: package, Value: org.openmrs.module.basicexample2
  329. [INFO] Parameter: openmrsPlatformVersion, Value: 1.11.6
  330. [INFO] Parameter: artifactId, Value: basicexample2
  331. [INFO] Parent element not overwritten in /home/hillary/basicexample2/api/pom.xml
  332. [INFO] Parent element not overwritten in /home/hillary/basicexample2/omod/pom.xml
  333. [INFO] project created from Archetype in dir: /home/hillary/basicexample2
  334. [INFO] ------------------------------------------------------------------------
  335. [INFO] BUILD SUCCESS
  336. [INFO] ------------------------------------------------------------------------
  337. [INFO] Total time: 3:29.874s
  338. [INFO] Finished at: Thu Oct 13 00:27:55 EAT 2016
  339. [INFO] Final Memory: 19M/228M
  340. [INFO] ------------------------------------------------------------------------
  341. hillary@hillary-Inspiron-5423:~$ cd basicexample
  342. hillary@hillary-Inspiron-5423:~/basicexample$ mvn clean install openmrs-sdk:run
  343. [INFO] Scanning for projects...
  344. [INFO] ------------------------------------------------------------------------
  345. [INFO] Reactor Build Order:
  346. [INFO]
  347. [INFO] Basic Example Module
  348. [INFO] Basic Example Module API
  349. [INFO] Basic Example Module OMOD
  350. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  351. [INFO]
  352. [INFO] ------------------------------------------------------------------------
  353. [INFO] Building Basic Example Module 1.0-SNAPSHOT
  354. [INFO] ------------------------------------------------------------------------
  355. [INFO]
  356. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample ---
  357. [INFO]
  358. [INFO] --- maven-install-plugin:2.3:install (default-install) @ basicexample ---
  359. [INFO] Installing /home/hillary/basicexample/pom.xml to /home/hillary/.m2/repository/org/openmrs/module/basicexample/1.0-SNAPSHOT/basicexample-1.0-SNAPSHOT.pom
  360. [INFO]
  361. [INFO] ------------------------------------------------------------------------
  362. [INFO] Building Basic Example Module API 1.0-SNAPSHOT
  363. [INFO] ------------------------------------------------------------------------
  364. [INFO]
  365. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample-api ---
  366. [INFO] Deleting /home/hillary/basicexample/api/target
  367. [INFO]
  368. [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ basicexample-api ---
  369. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  370. [INFO] Copying 7 resources
  371. [INFO]
  372. [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ basicexample-api ---
  373. [INFO] Compiling 6 source files to /home/hillary/basicexample/api/target/classes
  374. [INFO]
  375. [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ basicexample-api ---
  376. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  377. [INFO] skip non existing resourceDirectory /home/hillary/basicexample/api/src/test/resources
  378. [INFO]
  379. [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ basicexample-api ---
  380. [INFO] Compiling 1 source file to /home/hillary/basicexample/api/target/test-classes
  381. [INFO]
  382. [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ basicexample-api ---
  383. [INFO] Surefire report directory: /home/hillary/basicexample/api/target/surefire-reports
  384.  
  385. -------------------------------------------------------
  386. T E S T S
  387. -------------------------------------------------------
  388. Running org.openmrs.module.basicexample.api.BasicExampleServiceTest
  389. Tests run: 4, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 13.574 sec <<< FAILURE!
  390.  
  391. Results :
  392.  
  393. Failed tests: setDeathtoFuture(org.openmrs.module.basicexample.api.BasicExampleServiceTest): Expected exception: org.openmrs.api.APIException
  394.  
  395. Tests in error:
  396. setBirthdayToFuture(org.openmrs.module.basicexample.api.BasicExampleServiceTest): Unexpected exception, expected<org.openmrs.api.APIException> but was<junit.framework.AssertionFailedError>
  397.  
  398. Tests run: 4, Failures: 1, Errors: 1, Skipped: 0
  399.  
  400. [INFO]
  401. [INFO] ------------------------------------------------------------------------
  402. [INFO] Skipping Basic Example Module
  403. [INFO] This project has been banned from the build due to previous failures.
  404. [INFO] ------------------------------------------------------------------------
  405. [INFO] ------------------------------------------------------------------------
  406. [INFO] Reactor Summary:
  407. [INFO]
  408. [INFO] Basic Example Module .............................. SUCCESS [0.474s]
  409. [INFO] Basic Example Module API .......................... FAILURE [20.613s]
  410. [INFO] Basic Example Module OMOD ......................... SKIPPED
  411. [INFO] ------------------------------------------------------------------------
  412. [INFO] BUILD FAILURE
  413. [INFO] ------------------------------------------------------------------------
  414. [INFO] Total time: 24.123s
  415. [INFO] Finished at: Thu Oct 13 00:29:42 EAT 2016
  416. [INFO] Final Memory: 34M/162M
  417. [INFO] ------------------------------------------------------------------------
  418. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project basicexample-api: There are test failures.
  419. [ERROR]
  420. [ERROR] Please refer to /home/hillary/basicexample/api/target/surefire-reports for the individual test results.
  421. [ERROR] -> [Help 1]
  422. [ERROR]
  423. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  424. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  425. [ERROR]
  426. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  427. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  428. [ERROR]
  429. [ERROR] After correcting the problems, you can resume the build with the command
  430. [ERROR] mvn <goals> -rf :basicexample-api
  431. hillary@hillary-Inspiron-5423:~/basicexample$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement