Test and Run
Closed this issue · 3 comments
p-a-s-c-a-l commented
Support Run actions for deployment modules, execute some downstream tests during build of deployment modules.
ci-cismet-de commented
ci-cismet-de commented
p-a-s-c-a-l commented
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!