Вы не можете выбрать более 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.