Skip to content

Generate the Maven site

Régis Décamps edited this page Mar 2, 2015 · 2 revisions
  1. Export JAVA_HOME
    • Mac OS: export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
  2. Install packages with mvn install. This is required, because Maven doesn't do inter-module dependencies and will otherwise complain that "Failed to execute goal on project jflex-maven-plugin: Could not resolve dependencies for project de.jflex:jflex-maven-plugin:maven-plugin"
  3. Build sites with mvn site.
Clone this wiki locally