30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] After correcting the problems, you can resume the build with the command |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] mvn <args> -rf :referenceapplication-package |
30-Dec-2022 00:01:51 |
#17 ERROR: process "/bin/sh -c mvn $MVN_ARGS_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1 |
30-Dec-2022 00:01:51 |
------ |
30-Dec-2022 00:01:51 |
> [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install: |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) on project referenceapplication-package: Unable to find/resolve artifact.: Could not find artifact org.openmrs.module:referenceapplication-omod:jar:2.13.0 in openmrs-repo (https://mavenrepo.openmrs.org/public) -> [Help 1] |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] Re-run Maven using the -X switch to enable full debug logging. |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] For more information about the errors and possible solutions, please read the following articles: |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] After correcting the problems, you can resume the build with the command |
30-Dec-2022 00:01:51 |
#17 91.67 [ERROR] mvn <args> -rf :referenceapplication-package |
30-Dec-2022 00:01:51 |
------ |
30-Dec-2022 00:01:51 |
Dockerfile:14 |
30-Dec-2022 00:01:51 |
-------------------- |
30-Dec-2022 00:01:51 |
12 | |
30-Dec-2022 00:01:51 |
13 | # Build the distro |
30-Dec-2022 00:01:51 |
14 | >>> RUN mvn $MVN_ARGS_SETTINGS $MVN_ARGS |
30-Dec-2022 00:01:51 |
15 | |
30-Dec-2022 00:01:51 |
16 | ### Run Stage |
30-Dec-2022 00:01:51 |
-------------------- |
30-Dec-2022 00:01:51 |
error: failed to solve: process "/bin/sh -c mvn $MVN_ARGS_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1 |