Re: Struts 2 Sources as a project in Eclipse

2007-05-16 Thread Victor Neo
Thanks alot! I didn't know about the hidden .m2 directory so I better read the Maven docs next time. jmitchell wrote: > > Everything you've described so far is the correct behavior. > > If you want the sources for xwork, use Subversion: >$ svn co https://svn.opensymphony.com/svn/xwork/tr

Re: Struts 2 Sources as a project in Eclipse

2007-05-16 Thread James Mitchell
Everything you've described so far is the correct behavior. If you want the sources for xwork, use Subversion: $ svn co https://svn.opensymphony.com/svn/xwork/trunk xwork You can then cd into xwork/ and do: $ mvn install Then you'll have the sources for a snapshot. The above is true for v