Subversion Repositories hibernate-spatial

Rev

Rev 281 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 281 Rev 282
Line 1... Line 1...
1
To build hibernate spatial with all modules:
1
To build hibernate spatial with all modules:
2
 
2
 
3
1. Install proprietary drivers for Microsoft SQL Server 2008 and Oracle 10g/11g
3
1. Install proprietary drivers for Microsoft SQL Server 2008 and Oracle 10g/11g
4
 
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
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
6
mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc -Dversion=2.0 -Dfile=<path-to-jar>/sqljdbc-2.0.jar -Dpackaging=jar -DgeneratePom=true
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
7
 
7
 
8
2. build with maven
8
2. build with maven
9
 
9
 
10
$ cd hibernate-spatial-maven
10
$ cd hibernate-spatial-maven
11
$ mvn install
11
$ mvn install