cismet/cids-distribution-wuppertal

Test and Run

Closed this issue · 3 comments

Support Run actions for deployment modules, execute some downstream tests during build of deployment modules.

Integrated branch 'feature/006-test-and-run (7a35bd1)' into 'dev (c39d8ce)' -- Build 21

Integrated branch 'feature/006-test-and-run (37339a3)' into 'dev (b511de0)' -- Build 22

maven-dependency-plugin's copy-int/ext-dependencies goals are only required for distribution modules,
therefore mdep.skip parameter is set to true in distribution modules
to skip execution of the maven-dependency-plugin completely. However,
in order to be able to execute external tests we have to unpack their test
resources with help of the maven-dependency-plugin! Therfore we have to set
mdep.skip to false and overwrite the copy-int/ext-dependencies goals
defined in cids-distribution-parent.pom and add individual skip parameters!