-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.349, Clearcase plugin 1.1.1
I'm trying to convert an existing free-style job to maven2.
Since I use also the Clearcase plugin, I use the ${CLEARCASE_VIEWNAME}/pom.xml to reference my root pom. Inside a freestyle job, no problem, but when using maven2 job, the variable is not expanded.
The same applies to the alternative settings. If I provide it in options it is expanded correctly, but not in the dedicaced field. This is problematic because then, it cannot be used for post-build deployment for instance.
Seems to me that the M2 Extra Builds step expands variables fine for the same target pom path (assuming my issue is the same), so it could be another alternative solution source to Carsten's kindly provided patch.