Hi!
Solution:
You need Common,GameServer,LoginServer,DAtaPack, and optionally ChatServer.
Running order:
run Common with mvn -install, after LoginServer mvn -package, and GameServer mvn -install after package. Important runs install after package, because you dont run DataPack! Run Datapack with mvn -package, and optionally ChatServer mvn -package.
You must know install and packing switch isn't same in maven. If solution to hard, run mvn -install all folder. order: common->GS->DP->LS->CS after run mvn - package same order. I hope its help you.