Author: plightbo Date: Sun Apr 2 09:43:10 2006 New Revision: 390854 URL: http://svn.apache.org/viewcvs?rev=390854&view=rev Log: idea setup instructions
Added: incubator/webwork2/idea-setup.txt Added: incubator/webwork2/idea-setup.txt URL: http://svn.apache.org/viewcvs/incubator/webwork2/idea-setup.txt?rev=390854&view=auto ============================================================================== --- incubator/webwork2/idea-setup.txt (added) +++ incubator/webwork2/idea-setup.txt Sun Apr 2 09:43:10 2006 @@ -0,0 +1,14 @@ +First, get the latest idea plugin installed: + +mvn -DconnectionUrl=scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin \ + -Dgoals=install \ + scm:bootstrap + +Then, simply run: + +mvn idea:idea + +Finally, open struts-action.ipr + +Note: Normally the project files generated by "mvn idea:idea" are *updated* rather than over-written. + If you wish to overwrite the files, you can do "mvn -Doverwrite=true idea:idea". \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]