Dear Users and Developers,

In a multi-module project (1 parent with 2 sub-module),
sub-module-b deps on sub-module-a, when I run maven under
the top-level (parent),

mvn process-resources

Maven will try to grab sub-module-a from repository, as I
haven't install / deploy sub-module-a, the build failed.

However, if I invoke maven with:

mvn package

The whole build completed without error..

Any clues why this strange behavior happens?

Thanks!

Best regards,
Zarick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to