Tips for Appfuse2.01

来源:互联网 发布:c语言乘法游戏编程 编辑:程序博客网 时间:2024/04/29 17:52
Tips for : mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId=com.mycompany.mcrm -DartifactId=mcrm

Tips:
After running "war:inplace", make sure and run:
rm -r src/main/webapp/WEB-INF/lib
rm src/main/webapp/WEB-INF/classes/struts.xml
After running mvn appfuse:full-source, mak sure and run;
rm src/main/webapp/WEB-INF/classes/*.class
Then running mvn jetty:run