您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112
  1. To build from source:
  2. 1) Install Maven (http://maven.apache.org/).
  3. 2) mvn clean install
  4. 3) Find output in "target" directory.
  5. Alternately:
  6. 1) Use the included "maven wrapper" (no separate installation necessary)
  7. 2a) For linux/macos (or similar):
  8. ./mvnw clean install
  9. 2b) For windows:
  10. mvnw.cmd clean install
  11. 3) Find output in "target" directory.