java - Rename file in Gradle EAR deploy dependency configuration -


i new in gradle. therefore maybe question simple not find way how possible rename result file when try deploy project or artifact ear package. need delete version name file name template. example:

dependencies {     earlib group: 'org.springframework', name: 'spring-aop', version:'3.2.0.release' } 

result ear contain file spring-aop-3.2.0.release.jar ear. need spring-aop.jar result file.

is there property of earlib it?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -