hello
I have Web project in CVS, It has structure:
/application/version3/
  /index.jsp
  /a2/a2.jsp
  /b2/b2.jsp
  /WEB-INF
    /web.xml
    /lib - some jars
    /src - java sources

I would like to check out it in Maven2, compile and build WAR
How should I do it?

Should i build independent module for java sources and web files with their
own <SCM> section? or maybe checkout outside maven and use symbolic links to
maven directory structure?


-- 
View this message in context: 
http://www.nabble.com/Old-project-structure-tf1889956.html#a5167441
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to