antrun maven plugin is not a good option to cross between projects because it is dependent on the filesystem and goes outside it's current project folder. In effect it tries to copy file even from the directories outside the root POM. It is also very fragile and sensible to project directory level.
It should be resolved with standard dependency model.
antrun maven plugin is not a good option to cross between projects because it is dependent on the filesystem and goes outside it's current project folder. In effect it tries to copy file even from the directories outside the root POM. It is also very fragile and sensible to project directory level.
It should be resolved with standard dependency model.