groovy - Grails plugin dependency issue, WAR file missing plugin artifacts -
developing grails 1.3.7 web app; depends on plugin depends on plugin, diagram below illustrates dependency configuration.
the problem war file; i'm using standard grails war
command, classes core-plugin
not packaged in war; artifacts webutil-plugin
, however, present. double-checked artifactory, no issues repository. 1 thing noticed in war build output was...the webutil
plugin pulled repo first, war packaged, then, core
plugin pulled , copied local grails/ivy repo. not sure why happening, because web app implicitly depends on core
through webutil
?
was able around adding both plugins web apps buildconfig
, although not ideal since results in redundant configuration. still not sure why implicit dependency doesn't work.
Comments
Post a Comment