Hi maven's users,
Maybe the title is not understandable enough, here is my example:
I have PROJECT-A which contains only JSP files.
For each PROJECT-B which depends on PROJECT-A, I want that maven go and get the
JSP files in PROJECT-A and put in PROJECT-B with same folder's structure.
So I don't know if with maven, we have somethings to for example ZIP all JSP
file of PROJECT-A. When we have a dependency of PROJECT-A, maven will get this
compressing, UNZIP and copy in PROJECT-B
Let me know if we have another way to do this kind of work.
Thanks alot :x
Luong