Details
-
Task
-
Resolution: Won't Fix
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
The approach currently being implemented is likely to produce problems when running on multi-module projects such as UI. Those problems need to be identified and solved.
A solution that showed up in discussions is to treat every submodule as a standalone project, using the following Maven command:
mvn exec:exec -Dexec.executable="pwd" #-Dexec.workingdir="/tmp" -Dexec.args="-X myproject:dist"
Checklists
Acceptance criteria