mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
fa15f23393
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@390854 13f79535-47bb-0310-9956-ffa450edef68
14 lines
442 B
Plaintext
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". |