我正在使用Jenkins构建一个多模块Maven项目。最近,我从父pom中删除了一个模块
当我们使用以下选项在Jenkins中运行构建时...
mvn -T 8C clean install -PTata
但是,构建最终会因以下错误而失败。
“Could not find the selected project in the reactor: com.customization:Avg”
项目结构
- src
Customization
Tata
Avg
Qlip
建议解决这个问题...