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?

enter image description here

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.

enter image description here


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -