Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostaskougios/mapperdao

A Scala ORM library
https://github.com/kostaskougios/mapperdao

Last synced: about 1 month ago
JSON representation

A Scala ORM library

Awesome Lists containing this project

README

        

For queries/bug reports, please contact [email protected]

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!