Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经配置了一个scm下载项目并应用一些目标的项目。
scm
问题是下载的项目中的一个插件的行为方式出乎我的意料。我很确定我错过了一些东西。
该项目已下载到target/it文件夹。
target/it
情况是test-compile阶段执行失败,因为找不到${baseDir}/target/it/src/main/java.
test-compile
${baseDir}/target/it/src/main/java
自行执行项目时效果很好。
变量可能没有被正确解析 - 有时 maven 会尝试使用文字名称。尝试在该步骤回显 ${baseDir} 并检查输出。