Skip to content

Commit 0616c63

Browse files
committed
Format build section
1 parent ed61ef5 commit 0616c63

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,24 @@ Geometry Commands depends on the Java Topology Suite (JTS) and Proj4j and uses M
5555
Unfortunately, Proj4j is not in a Maven repository. So, to build Geometry Commands you must first
5656
checkout Proj4j, build the jar, and install it in your local Maven repository.
5757

58-
Checkout source code:
59-
svn checkout http://svn.osgeo.org/metacrs/proj4j/trunk/ proj4j
58+
Checkout source code::
6059

61-
Build it:
62-
cd proj4j/src
63-
ant
60+
svn checkout http://svn.osgeo.org/metacrs/proj4j/trunk/ proj4j
6461

65-
Install it:
66-
cd proj4j/
67-
mvn install:install-file -Dfile=build/distro/lib/proj4j-0.1.0.jar -DgroupId=org.osgeo -DartifactId=proj4j -Dversion=0.1.0 -Dpackaging=jar
62+
Build it::
63+
64+
cd proj4j/src
65+
ant
6866

69-
Now you can build Geometry Commands using Maven:
70-
cd /geometrycommands
71-
mvn clean install
67+
Install it::
68+
69+
cd proj4j/
70+
mvn install:install-file -Dfile=build/distro/lib/proj4j-0.1.0.jar -DgroupId=org.osgeo -DartifactId=proj4j -Dversion=0.1.0 -Dpackaging=jar
71+
72+
Now you can build Geometry Commands using Maven::
73+
74+
cd /geometrycommands
75+
mvn clean install
7276

7377
License
7478
-------

0 commit comments

Comments
 (0)