-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
36 lines (19 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
For queries/bug reports, please contact kostas.kougios@googlemail.com
This is the main directory of the source code of the mapperdao library.
--- Only for maintainers ---
To install the oracle driver to the local maven repository, please
download ojdbc6.jar from
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
and then run
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.2.0 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true
To install the sql server driver, please download it from
http://www.microsoft.com/en-us/download/details.aspx?id=11774
and then run
mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc4 -Dversion=4.0.0 -Dpackaging=jar -Dfile=sqljdbc4.jar -DgeneratePom=true
If you want to generate a signed bundle so it can be uploaded to the OSS
Sonatype repository, you will need to do 1 build and run the test cases and
if they pass then run:
./deploy
You will need to enter the passphrase for your private GPG key at some point.
Please do not forget to distribute it to hkp://pgp.mit.edu if the signed
bundle is to be accepted in Maven Central!