SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
When building sormas with the "with-app" profile using mvn install -Pwith-app, the build fails with an error.
Reproduction Steps
run mvn install -Pwith-app from sormas-base
the build fails with following error:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for de.symeda.sormas:sormas-app:1.97.0-SNAPSHOT: The following artifacts could not be resolved: de.symeda.sormas:sormas-base:pom:1.97.0-SNAPSHOT (absent): Could not find artifact de.symeda.sormas:sormas-base:pom:1.97.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 10
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project de.symeda.sormas:sormas-app:1.97.0-SNAPSHOT (/home/jenkins/sormas-project/SORMAS-Project/sormas-app/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for de.symeda.sormas:sormas-app:1.97.0-SNAPSHOT: The following artifacts could not be resolved: de.symeda.sormas:sormas-base:pom:1.97.0-SNAPSHOT (absent): Could not find artifact de.symeda.sormas:sormas-base:pom:1.97.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 10
Expected Behavior
Build of project including the android app is successful.
Problem Description
When building sormas with the "with-app" profile using
mvn install -Pwith-app
, the build fails with an error.Reproduction Steps
mvn install -Pwith-app
from sormas-baseExpected Behavior
Build of project including the android app is successful.
Affected Area(s)
Android app
SORMAS Version
1.98.0-SNAPSHOT
Android version/Browser
maven
User Role(s)
No Response
Server URL
No response
Additional Information
No response