操作方式:在install上右键——>Run***install
出现Run Configurations ——>右键——>Edit Run Configuration
1.Install编译时跳过testcase命令:
install -Dmaven.test.skip=true
2.自动部署到tomcat上,且没有配置tomcat时,自动安装tomcat:
tomcat:run -Dmaven.tomcat.port=8180
操作方式:在install上右键——>Run***install
出现Run Configurations ——>右键——>Edit Run Configuration
1.Install编译时跳过testcase命令:
install -Dmaven.test.skip=true
2.自动部署到tomcat上,且没有配置tomcat时,自动安装tomcat:
tomcat:run -Dmaven.tomcat.port=8180