Orderentryui module build failure

I’m currently working on orderentryui1.0-SNAPSHOT to build a custom drug order workflow.

I was able to build and deploy the module without running into any issue so far but all of a sudden the module build results in a failure with the following exception:

[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orderentryui-omod --- [INFO] Deleting D:\PARTH\healthcare\modules\openmrs-module-orderentryui-master\omod\target [INFO] [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ orderentryui-omod --- [INFO] [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ orderentryui-omod --- [INFO] Unpacking D:\PARTH\healthcare\modules\openmrs-module-orderentryui-master\api\target\orderentryui-api-1.0-SNAPSHOT.jar to D:\PARTH\healthcare\modules\openmrs-module-orderentryui-master\omod\target\classes with includes "**/*" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ orderentryui-omod --- [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:?:zip [INFO] Unpacking C:\Users\shrut\.m2\repository\org\openmrs\module\uicommons-scss\1.6\uicommons-scss-1.6.zip to D:\PARTH\healthcare\modules\openmrs-module-orderentryui-master\omod\src\main\compass\sass-external with includes "" and excludes "" [INFO] [INFO] --- gem-maven-plugin:1.1.5:exec (default) @ orderentryui-omod --- [INFO] Successfully installed compass-0.11.7 [INFO] Successfully installed sass-3.2.10 [INFO] Successfully installed chunky_png-1.3.8 [INFO] Successfully installed fssm-0.2.10 [INFO] Successfully installed bundler-1.1.4 [INFO] 5 gems installed [INFO] Encoding::UndefinedConversionError on line ["7571"] of org/jruby/RubyString.java: ""\x8D"" from Windows-1252 to UTF-8 [INFO] Run with --trace to see the full backtrace [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Order Entry UI Module .............................. SUCCESS [ 2.077 s] [INFO] Order Entry UI Module API .......................... SUCCESS [ 21.344 s] [INFO] Order Entry UI Module OMOD ......................... FAILURE [01:44 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:16 min [INFO] Finished at: 2016-12-14T12:14:53+05:30 [INFO] Final Memory: 32M/56M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec (default) on project orderentryui-omod: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec failed: Java returned: 1 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :orderentryui-omod

Are these of any help?

I’m able to build the module now. There was a ō character in drugOrder.scss which lead encoder conversion error. (The character might have been introduced while I was optimizing imports in IntelliJ IDEA)