Files
struts/idea-setup.txt
T
Patrick Lightbody fa15f23393 idea setup instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@390854 13f79535-47bb-0310-9956-ffa450edef68
2006-04-02 16:43:10 +00:00

14 lines
442 B
Plaintext

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".