On http://maven.apache.org/reference/plugins/war/ it gives an example of
using <war.target.path> as a dependency property. I have JSP and other
sources that has to be placed relative to the war root, until I refactor
it according to Sun and Maven conventions.
e.g.
/index.jsp, etc.
/jsp/
/images/
/css/
/WEB-INF/
/WEB-INF/lib/
/WEB-INF/tld/
Using Maven 1.0.2, how do I configure the target path for JSP's, or any
other source files? Can this be done with the WAR plugin, or do I need
to look at uberjar or artifact plugins or something else.
- Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]