Hi, I have an ear file which is created by the following script:
apply plugin: ‘ear’
dependencies {
deploy project(’:rest-3rdparty-metadata’)
earlib project(’:billing-simulator’), ‘axis:axis:1.0’ }
ear {
deploymentDescriptor {
version = “5”
} }
The ear file generated is “rest-3rdparty-simulator-9.0.ear”.
Now i want to rename it to css-3rdparty-simulator.ear.i didn’t find in the gradle build by the previous name.
Can anybody give me some idea how can i rename the ear file and where can i make the changes.
Regards, Ananta