maven打包遇到Aggregator projects require 'pom' as packaging问题解决
原文地址
springboot 多模块项目打包时遇到
[ERROR] 'packaging' with value 'jar' is invalid. Aggregator projects require 'pom' as packaging. @ line 3, column 102
在 parent 项目中的 pom.xml
org.springframework.boot
spring-boot-starter-parent
2.2.5.RELEASE
com.abc
conve
1.0
convert
conve
1.8
……
multiple
single
……
默认打包类型为 jar
jar
解决的方法:
修改打包类型 pom
pom