DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Maven 3.0.0 can be used to build ("mvn clean install"), but the site plugin has changed in 3.0.0 and so we haven't yet reworked the POMs for this ("mvn site-deploy"). Therefore Maven 3.0.0 should be considered unsupported until we sort that out (see ISIS-11 ticket)
Download & Install
Maven (http://maven.apache.org)
- download from http://maven.apache.org/download
- unzip
- set
M2_HOMEto Maven home directory (ieapache-maven-3.0) - add
$M2_HOME/binto your system$PATH - set
MAVEN_OPTSto-Xms512m -Xmx1024m
m2eclipse users:
Windows>Preferences>Maven>Installations
and point to maven
Maven Shell (http://shell.sonatype.org/)
- http://repo2.maven.org/maven2/org/sonatype/maven/shell/mvnsh-assembly/0.10/
- download
mvnsh-assembly-0.10-runtime.zip - unzip
- add
mvnsh-0.10/binto your system$PATH
Usage
Running in Parallel (experimental)
mvn -T2- to build with 2 threads
mvn -T2C- to build with 2 threads per core
mvn shell
mvnsh- then use
mvnas normal