I tried to install the plugin for cxf server in order to expose some grails services as SOAP web services, according to Grails 2.3 the new plugin installation is:
compile ":cxf:1.1.1"
in plugins section of BuildConfig.groovy
, however it does not work, I tried to expose a service and the annotations are not recognized, I am working with GGTS (Groovy Grails Tool Suite) and I can't see the plugin installed under the plugin section.
My environment is Grails 2.3, Java 7, Groovy 2.1
Has anybody tried this plugin using Grails 2.3.0 and stumbled upon this issue in GGTS?