https://github.com/mulesoft/mule-db-connector
https://github.com/mulesoft/mule-db-connector
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mulesoft/mule-db-connector
- Owner: mulesoft
- License: other
- Created: 2017-05-08T12:31:57.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T16:29:12.000Z (about 1 year ago)
- Last Synced: 2025-06-08T09:47:45.302Z (12 months ago)
- Language: Java
- Size: 2.46 MB
- Stars: 16
- Watchers: 391
- Forks: 20
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
#### Compile running all the tests **Import add -D{vendor/profile}**
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Doracle
```
#### Compile test running skip tests **Import add -D{vendor/profile}** lazy.initialization to avoid connection issues
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Dmunit.disable.lazy.initialization=false -Doracle
```
#### Compile test running skip tests **Import add -D{vendor/profile}**
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Dmunit.disable.lazy.initialization=false -DskipTest -Doracle
```
#### Compile test running MTF's test **Import add -D{vendor/profile}**
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Dmunit.disable.lazy.initialization=false -Dtest=none -DfailIfNoTests=false -Doracle
```
#### Compile test running MTF's test **Import add -D{vendor/profile}** and skip tita
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Dmunit.disable.lazy.initialization=false -Dtest=none -DfailIfNoTests=false -Doracle -DskipTita
```
### Remote Debug
```
mvn clean install -DruntimeProduct=MULE_EE -DruntimeVersion=4.3.0 -Dmunit.disable.lazy.initialization=false -Dtest=none -DfailIfNoTests=false -DoracleTestsFolder=oracle/arrays-and-struct-source-oracle-test-case.xml -Doracle -Dmunit.debug=true
```