This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
建议安装 mvnd,可并发编译
mvnd clean install -Dmaven.test.skip=true
编译
mvnd compile
jprotobuf
mvnd jprotobuf:precompile
生成 html doc
依赖相关
mvnd dependency:tree>doc_game.txt
重复依赖检测,并解决冲突jar
mvnd enforcer:display-info
mvnd validate