How to set custom description with mvn package command ?

We are using apigee-deploy-maven-plugin to package and install proxy through jenkins and mvn package/install cmds. The Plugin is adding the below string in metadata(apiproxy/default.xml) while packaging the build

"Description:jenkins git: 036393a3 unknown:: test-proxy" 

We would like to add custom string in Description such as add jenkins version # instead of above string. For ex:

"Description:jenkins test-proxy.1.0-09092015” 

We have set the proxy name in Description tag(defined as below).

<Description>test-proxy</Description> 

"mvn package -P{env}" cmd is appending string irrespective of text in the<Description> tag.

Can anyone please let us know if there’s a cmd/variable to set the custom description while running the mvn package command ?

0 1 192
1 REPLY 1

@AMAR DEVEGOWDA , Please find similar question here.. Please feel free to update it or comment if it is something different.