You need a Maven 2 build project, Java 1.4 or later and svn/cvs commandline tools.
[top] |
Subversion.
CVS.
[top] |
This happens sometimes with Java 1.4 and when there is no GUI installed.
Althought the System property is set using code it helps to set this on the command line as
well:
mvn -Djava.awt.headless=true site
[top] |