Skip to content

Commit 0cc6bfa

Browse files
committed
Remove extra maven repos since proj4j is now in maven central
1 parent ce808dc commit 0cc6bfa

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

README.rst

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,8 @@ Install it in your .bash_profile::
8585
Build
8686
-----
8787
Geometry Commands depends on the Java Topology Suite (JTS) and Proj4j and uses Maven as a build tool.
88-
Unfortunately, Proj4j is not in a Maven repository. So, to build Geometry Commands you must first
89-
checkout Proj4j, build the jar, and install it in your local Maven repository.
90-
91-
Checkout source code::
92-
93-
svn checkout http://svn.osgeo.org/metacrs/proj4j/trunk/ proj4j
94-
95-
Build it::
9688

97-
cd proj4j/src
98-
ant
99-
100-
Install it::
101-
102-
cd proj4j/
103-
mvn install:install-file -Dfile=build/distro/lib/proj4j-0.1.0.jar -DgroupId=org.osgeo -DartifactId=proj4j -Dversion=0.1.0 -Dpackaging=jar
104-
105-
Now you can build Geometry Commands using Maven::
106-
89+
git checkout https://github.com/jericks/geometrycommands.git
10790
cd /geometrycommands
10891
mvn clean install
10992

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,6 @@
66
<groupId>org.geometrycommands</groupId>
77
<artifactId>geometrycommands</artifactId>
88
<version>0.4-SNAPSHOT</version>
9-
<repositories>
10-
<repository>
11-
<id>boundless</id>
12-
<name>Boundless Maven Repository</name>
13-
<url>http://repo.boundlessgeo.com/main</url>
14-
<snapshots>
15-
<enabled>true</enabled>
16-
</snapshots>
17-
</repository>
18-
<repository>
19-
<id>osgeo</id>
20-
<name>Open Source Geospatial Foundation Repository</name>
21-
<url>http://download.osgeo.org/webdav/geotools/</url>
22-
</repository>
23-
<repository>
24-
<id>maven2-repository.dev.java.net</id>
25-
<name>Java.net repository</name>
26-
<url>http://download.java.net/maven/2</url>
27-
</repository>
28-
</repositories>
299
<dependencies>
3010
<dependency>
3111
<groupId>com.vividsolutions</groupId>

0 commit comments

Comments
 (0)