File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,24 @@ Geometry Commands depends on the Java Topology Suite (JTS) and Proj4j and uses M
55
55
Unfortunately, Proj4j is not in a Maven repository. So, to build Geometry Commands you must first
56
56
checkout Proj4j, build the jar, and install it in your local Maven repository.
57
57
58
- Checkout source code:
59
- svn checkout http://svn.osgeo.org/metacrs/proj4j/trunk/ proj4j
58
+ Checkout source code::
60
59
61
- Build it:
62
- cd proj4j/src
63
- ant
60
+ svn checkout http://svn.osgeo.org/metacrs/proj4j/trunk/ proj4j
64
61
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
68
66
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
72
76
73
77
License
74
78
-------
You can’t perform that action at this time.
0 commit comments