猜测原因:IDEA 版本 2020.1这个版本的问题。 IDEA的Build(编译)操作和Maven的Build是分开的,并不是一回事。
delegate ide build/run actions to maven作用: 把IDE的Build/Run操作委托给Maven来进行,让两者统一。