Hi Team,

As working on integrating Yetus to Hive, I come around the following problem:

I run Yetus on a clean machine without compiling the project previously.
This means that the I do not have the original artifacts in my maven repository.
When Yetus test-patch.sh tries to run the compilation on the specific modules 
which are require modules which are not changed then maven will not find the 
arifacts, and not able to compile.

I can run a maven clean install on the project, but I am not sure this is the 
best possible solution.

Could someone help me how this problem solved in other projects? Do they use an 
initialized repository, or do they compile it themselves?

Thanks,
Peter

Reply via email to