标签: maven
在某些子模块位置调用help:effective-pom时,输出会输出错误的路径。
有些网址如.../${groupId}/${some_other_sibling's_artifactId}/...
.../${groupId}/${some_other_sibling's_artifactId}/...
这也使网站部署错误。
有人可以帮忙吗?
答案 0 :(得分:0)
您必须使用$ {project.groupId}而不是{groupId}