> I don't see any way to be able to import a maven project of type war with
> linked folder pointing to jsp.
>
> <directory>../shared-jsps/src/main/webapp</directory>
>
> Currently what it does is to copy all the files contained in
> shared-jsps/src/main/webapp... I don't find a solution to this issue.

Move the shared stuff to a separate project and depend on it in the
various projects you need to use it, and use war overlays to put the
files where they need to be in those projects.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to