Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] OpenMRS UI Framework [pom]
- [INFO] OpenMRS UI Framework API [jar]
- [INFO] uiframework-omod-2.0 [jar]
- [INFO] OpenMRS UI Framework OMOD [jar]
- [INFO]
- [INFO] -------------------< org.openmrs.module:uiframework >-------------------
- [INFO] Building OpenMRS UI Framework 3.26.0-SNAPSHOT [1/4]
- [INFO] from pom.xml
- [INFO] --------------------------------[ pom ]---------------------------------
- [WARNING] Ignoring incompatible plugin version 4.0.0-beta-2: The plugin org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-2 requires Maven version 4.0.0-rc-2
- [INFO] Latest version of plugin org.apache.maven.plugins:maven-compiler-plugin failed compatibility check
- [INFO] Looking for compatible RELEASE version of plugin org.apache.maven.plugins:maven-compiler-plugin
- [WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-1 requires Maven version 4.0.0-beta-3
- [INFO] Selected plugin org.apache.maven.plugins:maven-compiler-plugin:3.14.0
- [INFO]
- [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework ---
- [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/target
- [INFO]
- [INFO] --- formatter:2.10.0:format (default) @ uiframework ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 207
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format: 0 file(s)
- [INFO] Skipped: 207 file(s)
- [INFO] Read only skipped: 0 file(s)
- [INFO] Approximate time taken: 1s
- [INFO]
- [INFO] --- install:3.1.2:install (default-install) @ uiframework ---
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework/3.26.0-SNAPSHOT/uiframework-3.26.0-SNAPSHOT.pom
- [INFO]
- [INFO] -----------------< org.openmrs.module:uiframework-api >-----------------
- [INFO] Building OpenMRS UI Framework API 3.26.0-SNAPSHOT [2/4]
- [INFO] from api/pom.xml
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-api ---
- [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target
- [INFO]
- [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-api ---
- [INFO] Copying 8 resources from src/main/resources to target/classes
- [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
- [INFO]
- [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-api ---
- [INFO] Recompiling the module because of changed source code.
- [INFO] Compiling 172 source files with javac [debug target 1.8] to target/classes
- [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
- [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[43,78] non-varargs call of varargs method with inexact argument type for last parameter;
- cast to java.lang.Class<?> for a varargs call
- cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
- [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[44,81] non-varargs call of varargs method with inexact argument type for last parameter;
- cast to java.lang.Object for a varargs call
- cast to java.lang.Object[] for a non-varargs call and to suppress this warning
- [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[45,111] non-varargs call of varargs method with inexact argument type for last parameter;
- cast to java.lang.Class<?> for a varargs call
- cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
- [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[46,75] non-varargs call of varargs method with inexact argument type for last parameter;
- cast to java.lang.Object for a varargs call
- cast to java.lang.Object[] for a non-varargs call and to suppress this warning
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/UiUtils.java: Some input files use or override a deprecated API.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/UiUtils.java: Recompile with -Xlint:deprecation for details.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/page/PageContext.java: Some input files use unchecked or unsafe operations.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/page/PageContext.java: Recompile with -Xlint:unchecked for details.
- [INFO]
- [INFO] --- formatter:2.10.0:format (default) @ uiframework-api ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 197
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format: 0 file(s)
- [INFO] Skipped: 197 file(s)
- [INFO] Read only skipped: 0 file(s)
- [INFO] Approximate time taken: 0s
- [INFO]
- [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-api ---
- [INFO] Copying 3 resources from src/test/resources to target/test-classes
- [INFO]
- [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-api ---
- [INFO] Recompiling the module because of changed dependency.
- [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
- [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Some input files use or override a deprecated API.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Recompile with -Xlint:deprecation for details.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java uses unchecked or unsafe operations.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Recompile with -Xlint:unchecked for details.
- [INFO]
- [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-api ---
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running org.openmrs.ui.framework.page.PageContextTest
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.ui.framework.page.PageContextTest
- [INFO] Running org.openmrs.ui.framework.page.PageFactoryTest
- <html><head><script type="text/javascript" src="/null/ms/uiframework/resource/mirebalais/mirebalais-utils.js?cache=0"></script>
- <link rel="stylesheet" href="/null/ms/uiframework/resource/emr/emr.css?cache=0" type="text/css"/>
- <link rel="stylesheet" href="/null/ms/uiframework/resource/mirebalais/mirebalais.css?cache=0" type="text/css"/>
- </head><body>Testing Success!!! and Success!!!</body>
- [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.openmrs.ui.framework.page.PageFactoryTest
- [INFO] Running org.openmrs.ui.framework.page.SpringMvcViewTest
- [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.ui.framework.page.SpringMvcViewTest
- [INFO] Running org.openmrs.ui.framework.page.GroovyPageViewProviderTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.ui.framework.page.GroovyPageViewProviderTest
- [INFO] Running org.openmrs.ui.framework.FormatterImplTest
- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.openmrs.ui.framework.FormatterImplTest
- [INFO] Running org.openmrs.ui.framework.resource.ConfigurationResourceProviderTest
- [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.ui.framework.resource.ConfigurationResourceProviderTest
- [INFO] Running org.openmrs.ui.framework.AttributeHolderUtilTest
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.AttributeHolderUtilTest
- [INFO] Running org.openmrs.ui.framework.util.DateExtTest
- [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.util.DateExtTest
- [INFO] Running org.openmrs.ui.framework.db.UserDefinedPageViewDAOTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.537 s - in org.openmrs.ui.framework.db.UserDefinedPageViewDAOTest
- [INFO] Running org.openmrs.ui.framework.UiFrameworkUtilTest
- [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.openmrs.ui.framework.UiFrameworkUtilTest
- [INFO] Running org.openmrs.ui.framework.SimpleObjectTest
- [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.openmrs.ui.framework.SimpleObjectTest
- [INFO] Running org.openmrs.ui.framework.fragment.FragmentFactoryTest
- [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.openmrs.ui.framework.fragment.FragmentFactoryTest
- [INFO] Running org.openmrs.ui.framework.fragment.FragmentRequestTest
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.fragment.FragmentRequestTest
- [INFO] Running org.openmrs.ui.framework.formatter.FormatterServiceTest
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.openmrs.ui.framework.formatter.FormatterServiceTest
- [INFO] Running org.openmrs.ui.framework.UiUtilsTest
- [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.ui.framework.UiUtilsTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToProgramConverterTest
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.ui.framework.converter.StringToProgramConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToObjectNodeConverterTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.openmrs.ui.framework.converter.StringToObjectNodeConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToGlobalPropertyConverterTest
- [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.openmrs.ui.framework.converter.StringToGlobalPropertyConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToCodedOrFreeTextValueConverterTest
- [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.openmrs.ui.framework.converter.StringToCodedOrFreeTextValueConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToJsonNodeConverterTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.converter.StringToJsonNodeConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToEncounterConverterTest
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.ui.framework.converter.StringToEncounterConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToArrayNodeConverterTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.converter.StringToArrayNodeConverterTest
- [INFO] Running org.openmrs.ui.framework.converter.StringToPatientConverterTest
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.ui.framework.converter.StringToPatientConverterTest
- [INFO]
- [INFO] Results:
- [INFO]
- [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO]
- [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-api ---
- [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- install:3.1.2:install (default-install) @ uiframework-api ---
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-api/3.26.0-SNAPSHOT/uiframework-api-3.26.0-SNAPSHOT.pom
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar to /home/wikum/.m2/repository/org/openmrs/module/uiframework-api/3.26.0-SNAPSHOT/uiframework-api-3.26.0-SNAPSHOT.jar
- [INFO]
- [INFO] --------------< org.openmrs.module:uiframework-omod-2.0 >---------------
- [INFO] Building uiframework-omod-2.0 3.26.0-SNAPSHOT [3/4]
- [INFO] from omod-2.0/pom.xml
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-omod-2.0 ---
- [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target
- [INFO]
- [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-omod-2.0 ---
- [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/src/main/resources
- [INFO]
- [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-omod-2.0 ---
- [INFO] Recompiling the module because of changed source code.
- [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
- [INFO]
- [INFO] --- formatter:2.10.0:format (default) @ uiframework-omod-2.0 ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 1
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format: 0 file(s)
- [INFO] Skipped: 1 file(s)
- [INFO] Read only skipped: 0 file(s)
- [INFO] Approximate time taken: 0s
- [INFO]
- [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-omod-2.0 ---
- [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/src/test/resources
- [INFO]
- [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-omod-2.0 ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-omod-2.0 ---
- [INFO] No tests to run.
- [INFO]
- [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-omod-2.0 ---
- [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- install:3.1.2:install (default-install) @ uiframework-omod-2.0 ---
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod-2.0/3.26.0-SNAPSHOT/uiframework-omod-2.0-3.26.0-SNAPSHOT.pom
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod-2.0/3.26.0-SNAPSHOT/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar
- [INFO]
- [INFO] ----------------< org.openmrs.module:uiframework-omod >-----------------
- [INFO] Building OpenMRS UI Framework OMOD 3.26.0-SNAPSHOT [4/4]
- [INFO] from omod/pom.xml
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-omod ---
- [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target
- [INFO]
- [INFO] --- openmrs:1.0.1:initialize-module (init) @ uiframework-omod ---
- [INFO]
- [INFO] --- dependency:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ uiframework-omod ---
- [INFO] Unpacking /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar to /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/classes with includes "**/*" and excludes ""
- [INFO]
- [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-omod ---
- [INFO] Copying 2 resources from src/main/resources to target/classes
- [INFO] Copying 5 resources from src/main/webapp to target/classes/web/module
- [INFO] Copying 0 resource from src/main/webapp to target/classes/web/module
- [INFO] Copying 5 resources from src/main/webapp to target/classes/web/module
- [INFO]
- [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-omod ---
- [INFO] Recompiling the module because of changed dependency.
- [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
- [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java uses or overrides a deprecated API.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java: Recompile with -Xlint:deprecation for details.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java uses unchecked or unsafe operations.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java: Recompile with -Xlint:unchecked for details.
- [INFO]
- [INFO] --- formatter:2.10.0:format (default) @ uiframework-omod ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 9
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format: 0 file(s)
- [INFO] Skipped: 9 file(s)
- [INFO] Read only skipped: 0 file(s)
- [INFO] Approximate time taken: 0s
- [INFO]
- [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-omod ---
- [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/resources
- [INFO]
- [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-omod ---
- [INFO] Recompiling the module because of changed dependency.
- [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
- [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java uses or overrides a deprecated API.
- [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java: Recompile with -Xlint:deprecation for details.
- [INFO]
- [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-omod ---
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running org.openmrs.ui.framework.IntegrationTest
- Result =
- Hello, Super User.
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.461 s - in org.openmrs.ui.framework.IntegrationTest
- [INFO] Running org.openmrs.ui.framework.PageControllerTest
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.openmrs.ui.framework.PageControllerTest
- [INFO]
- [INFO] Results:
- [INFO]
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO]
- [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-omod ---
- [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- openmrs:1.0.1:package-module (pack) @ uiframework-omod ---
- [INFO] Packaging OpenMRS module
- [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.omod
- [INFO]
- [INFO] --- install:3.1.2:install (default-install) @ uiframework-omod ---
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod/3.26.0-SNAPSHOT/uiframework-omod-3.26.0-SNAPSHOT.pom
- [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.omod to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod/3.26.0-SNAPSHOT/uiframework-omod-3.26.0-SNAPSHOT.jar
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary for OpenMRS UI Framework 3.26.0-SNAPSHOT:
- [INFO]
- [INFO] OpenMRS UI Framework ............................... SUCCESS [ 1.406 s]
- [INFO] OpenMRS UI Framework API ........................... SUCCESS [ 12.704 s]
- [INFO] uiframework-omod-2.0 ............................... SUCCESS [ 0.658 s]
- [INFO] OpenMRS UI Framework OMOD .......................... SUCCESS [ 10.374 s]
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 25.372 s
- [INFO] Finished at: 2025-05-13T21:16:01+05:30
- [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement