Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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.orgImage Removed)

  • download from http://maven.apache.org/downloadImage Removed
  • unzip
  • set M2_HOME to Maven home directory (ie apache-maven-3.0)
  • add $M2_HOME/bin to your system $PATH
  • set MAVEN_OPTS to -Xms512m -Xmx1024m

...

Windows>Preferences>Maven>Installations
and point to maven

Maven Shell (http://shell.sonatype.org/Image Removed)

...

Running in Parallel (experimental)
  • {{mvn -T2 ... }} runs
    • to build with 2 threads
    {{
  • mvn -T2C ... }} runs
    • to build with 2 threads per core
mvn shell
  • mvnsh
  • then use mvn as normal