Subversion Repositories hibernate-spatial

Rev

Rev 281 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
281 maesenka 1
To build hibernate spatial with all modules:
2
 
3
1. Install proprietary drivers for Microsoft SQL Server 2008 and Oracle 10g/11g
4
 
5
mvn install:install-file -DgroupId=com.oracle.jdbc -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dfile=<path-to-jar>/ojdbc6-11.1.0.7.0.jar -Dpackaging=jar -DgeneratePom=true
282 maesenka 6
(OPTIONAL) mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc -Dversion=2.0 -Dfile=<path-to-jar>/sqljdbc-2.0.jar -Dpackaging=jar -DgeneratePom=true
281 maesenka 7
 
8
2. build with maven
9
 
10
$ cd hibernate-spatial-maven
11
$ mvn install
12
 
13
 
14
 
15
You can also build the modules separately, if you don't need all database providers.