ioGame/doc_maven.txt

19 lines
325 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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 clean install -Dmaven.test.skip=true
依赖相关
mvnd dependency:tree>doc_game.txt
重复依赖检测并解决冲突jar
mvnd enforcer:display-info
mvnd validate