Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn release:prepare -DautoVersionSubmodules=true -P site -P compile-cpp -P code-coverage -P get-jar-with-dependencies

注:0.13版本中的编译命令:

mvn release:prepare -DautoVersionSubmodules=true -P site -P compile-grafana-plugin -P compile-cpp -P code-coverage -P get-jar-with-dependencies


如果出现sign失败,可以尝试以下命令
export GPG_TTY=$(tty)

...

$ mvn release:perform -P site  

0.12版本开始,命令改为:

mvn release:perform  -P site -P compile-cpp -P code-coverage -P get-jar-with-dependencies

0.13版本开始,命令改为:

mvn release:perform  -P site -P compile-grafana-plugin -P compile-cpp -P code-coverage -P get-jar-with-dependencies

...