Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

Exclude i18n resources from plugin #74

Open demon101 opened 6 years ago

demon101 commented 6 years ago

Please, exclude grails-app/i18n folder from jar build In current grails version 3.2.11 order of i18n loading not determined.

Please add exclude to jar build or just delete this files from src

zyro23 commented 5 years ago

bump. also faced this.

application only defines one messages.properties but this plugins' locale-specific messages_xyz.properties takes precedence, thus overriding our customized values.

thanks!