Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgrillon14/mavensampleoraclejdbc

Maven sample project for use a Oracle JDBC Driver
https://github.com/sgrillon14/mavensampleoraclejdbc

Last synced: 26 days ago
JSON representation

Maven sample project for use a Oracle JDBC Driver

Awesome Lists containing this project

README

        

# MavenSampleOracleJdbc
Maven sample project for use a Oracle JDBC Driver

# How to use on local environment

change ${OTN_USERNAME} by your Oracle login in test/mvnsettings.xml file

change ${OTN_PASSWORD} by your Oracle password in test/mvnsettings.xml file

```
mvn clean install --settings test/mvnsettings.xml
```

# How to use on travis-ci

![TravisCi](/screenshots/travis-ci.png)

# Continuous Integration status
[![Build Status](https://travis-ci.org/sgrillon14/MavenSampleOracleJdbc.svg?branch=master)](https://travis-ci.org/sgrillon14/MavenSampleOracleJdbc)

# License

BSD-3-Clause + Oracle Technology Network License Agreement, See LICENSE for details