-
Notifications
You must be signed in to change notification settings - Fork 115
Generate the Maven site
Régis Décamps edited this page Mar 2, 2015
·
2 revisions
- Export
JAVA_HOME
- Mac OS:
export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
- Mac OS:
- 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" - Build sites with
cd jflex-maven-plugin ; mvn site
.