Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想发出类似的命令-Dmaven.test.skip=true -Dcheckstyle.skip
-Dmaven.test.skip=true -Dcheckstyle.skip
转到您的项目属性。在Project Explorer中右键单击项目名称,然后单击Properties。选择操作。
选择您感兴趣的配置。选择您感兴趣的操作。在设置属性下,您可以添加跳过测试等。
您还可以通过以下方式设置全局命令:
工具->选项->杂项->Maven->编辑全局自定义目标定义。
这些将可用于所有 Maven 项目。
在 Netbeans 8.2 中除了
Tools->Options->Java->Maven->Execution->Skip Tests (checkbox)
在同一个对话框中,您可能需要添加-Dmaven.test.skip到
-Dmaven.test.skip
Global Execution Options (textfield)