Tag

mvn

1 post · All tags

技术1 min read中文

mvn Unable to find main class

mvn 出现Unable to find main class 因为我的项目采用的是多模块,子模块都是继承的parent的pom属性,而我其中的几个子模块作为公共类,是没有入口函数的,所以在没有入口函数的pom文件里面,不要放build的相关配置。