Building

MirrorMap has been built using Maven2. Once the source code has been downloaded, either build from the command line or from within an IDE.

  • Command line

    To build the jar file:

      mvn jar:jar
    
  • Eclipse

    To create the eclipse project:

      mvn eclipse:eclipse