...
- The app's maven group id
- The app's maven artifact id
- The URL for the app's trunnk trunk in the scm
You will add a "releaseComponent" section under the "releaseComponents" section, that will look like this:
...
Property Name | Description | ||
---|---|---|---|
${groupId} | replaced with the groupId of the application being deployed | ||
${artifactId} | replaced with the artifactId of the application being deployed | ||
${version} | replaced with the version of the application being deployed | ||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0684e035ce92a552-3ffbbf69-45b64461-b4828b6c-856dd5704bed26de11243376"><ac:plain-text-body><![CDATA[ | ${app.[paramName]} | replaced with the parameter value with key 'paramName' of the application being deployed | ]]></ac:plain-text-body></ac:structured-macro> |
...