javaee-samples / javaee8-samples

Java EE 8 Samples
Other
376 stars 238 forks source link

Invalid management of tomcat-users.xml #25

Closed dmatej closed 6 years ago

dmatej commented 6 years ago

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.