Details
-
Bug
-
Resolution: Fixed
-
normal
-
1.0.1
-
Operating System: All
Platform: All
-
P3
-
Improvement
-
9296
-
372
Description
Allow a property copied to the build.properties to be mapped to another name.
Suppose the property is specified in the settings.xml:
<properties>
<property>
<name>bugzillaUser</name>
<mappedName>build.bugzilla.user</mappedName>
</property>
</properties>
The value of @bugzillaUser@ is copied to the build.properties with name @build.bugzilla.user@.