I\'m developing a small web frontend in Grails. It is basically a \"ultra light-weight\" client app that is connected async through JMS.
I have two dependencies in t
It turned out that the problem was then non empty cache for the artifact. While the activemq jar file was untouched, the acme-adapter-api.jar was in fact many times changed but without increasing the maven build id, 1.3, in the above case.
I could fix it, when I increased the build number to 1.4-SNAPSHOT...
Two question remain:
I will open a new question to answer part 2 here