目录前言1、命令行方式跳过测试2、pom.XML中配置跳过测试3、直接配置4、添加Maven配置参数5、通过更改设置参考总结前言
I\'m working on a small roguelike game, and for any object/\"thing\" that is not a part of the map is based off an XEntity class.There are several classes that depend on it, such as XPlayer, XItem, an