XingKai 2014-10-09
1)runfollowingcommandforideaproject
mvn-Uidea:idea
2)/bin/idea64.vmoptions
-Xms128m
-Xmx8192m
-XX:MaxPermSize=1024m
3)addinthislineinthemavenconfig
<?xmlversion="1.0"encoding="UTF-8"?>
4)copycommons-lang-2.6.jar
/Applications/IntelliJIDEA13.app/plugins/maven/lib/maven3
for
java.lang.NoClassDefFoundError:org/apache/commons/lang/StringUtils
5)copyfromanotherintellijcreateproject
<projectxmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd">
6)apptojavaee7samples