Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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.