Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
streulma committed Aug 22, 2014
1 parent 9b5befd commit 07748ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
Geomajas Geometry Project
=========================

What is Geomajas
----------------

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the geomajas geometry project.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Build Process
-------------

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

<pre>~/.m2/settings.xml</pre>

Next go to the root of the source code and run:

<pre>mvn install</pre>

0 comments on commit 07748ec

Please sign in to comment.