摘要:
打包,运行 mvn assembly:assembly 报错 Error creating assembly archive pack: You must set at least one file 原来的 pom 中 maven-assembly-plugin 是这样的 <plugin> <art 阅读全文
摘要:
jar 运行 java -cp hello-1.0-SNAPSHOT-jar-with-dependencies.jar hello.App 报错 貌似没有把依赖打包 ,pom引入 <plugin> <artifactId>maven-assembly-plugin</artifactId> <co 阅读全文