grails-plugins / grails-standalone

Apache License 2.0
20 stars 23 forks source link

Allow configuring jarname via BuildConfig.groovy #5

Closed igoraguiar closed 11 years ago

igoraguiar commented 11 years ago

Enables the configuration of the name of the generated jar file via BuildConfig.groovy. It is possible to write the following in BuildConfig.groovy: grails.plugin.standalone.jarname = "target/${appName}-standalone-${appVersion}.jar"