https://github.com/onsails/mapperdao
An ORM Library For The Scala Language (fork)
https://github.com/onsails/mapperdao
Last synced: 6 months ago
JSON representation
An ORM Library For The Scala Language (fork)
- Host: GitHub
- URL: https://github.com/onsails/mapperdao
- Owner: onsails
- Created: 2013-06-07T11:44:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T11:46:16.000Z (about 13 years ago)
- Last Synced: 2025-02-16T12:11:44.097Z (over 1 year ago)
- Language: Scala
- Homepage: https://code.google.com/p/mapperdao/
- Size: 9.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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!