I have a problem for suggestion,please forgive my poor english ,my problem just like this:
In TeamCity, I have A B C D four build B & C snapshoot depend on A ,and D is artifacts depend on B & C. ABCD all are maven build ,now ,I want to pass D’s paramaters to B&C,the paramaters are used by maven’s -P。
When I run build D,I want B&C can use the same paramateers configured in D,and when I run B or C independent,I hope B &C use ther paramaters configerd by themselvies.
Hope you can help me ,thankyou very much