Reputation: 9956
My projects are the following
In my parent POM project the other two projects are defined as modules.
Then I changed some dependencies. After that I wanted to build parent POM project, but unfortunately I was getting an error that there are missing dependency versions in module project 1.
So I had to uncomment the modules, build parent POM project alone, and just then I was able to make my desired Maven reactor build.
The strange thing is that the order of the reactor build seems correct. It's
Why does it still seem that module project 1 was wont to build first?
Upvotes: 0
Views: 883
Reputation: 1357
Are Module 1 and Module 2 under the ParentDirectory following the Standard Maven DTS?
It seems to be a wrong data tree stucture...
Upvotes: 1