I have configured a project with scm that downloads a project and apply some goals.
The thing is that one of the plugins in the downloaded project is behaving in a way I don't expect. I'm pretty sure I'm missing something.
The project is downloaded to target/it folder.
The case is that test-compile phase execution it fails because cannot find ${baseDir}/target/it/src/main/java.
When executing the project on its own is working nice.
Thanks.
Regards.