Hi all, i am doing proxy build using Maven script, can some one help me how to customize the file name

 
0 8 125
8 REPLIES 8

i mean final Zip file name

HI @ravi kumar karlapudi

You can by updating the <name> tag in the pom file (after groupId, artifactId and version). Let me know if you need any other info

HI @ravi kumar karlapudi - did that work ?

Hi @Sai Saran Vaidyanathan

i want to include the current timestamp. if i give the tag like <name>MyAPI-${current.time}</name>, the build is fine but if is failing at the time of deployment.

Hi @ravi kumar karlapudi - what is the error you are getting while deployment ?

You could also use maven.build.timestamp property. More info here

@ravi kumar karlapudi, I am facing same issue, did you find a solution for this?

what is the issue you are facing @Apoorva