Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding some debug
  • Loading branch information
viniciusam committed Apr 7, 2017
commit 228d3dc52787748aaf76a551623bce19be89784c
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: required
language: java

services:
Expand Down Expand Up @@ -25,8 +26,8 @@ cache:

install:
- bash .travis/maven_cfg.sh
- bash .travis/start_db.sh
- bash .travis/install_utplsql.sh
# - bash .travis/start_db.sh
# - bash .travis/install_utplsql.sh

script:
- mvn --settings $MAVEN_SETTINGS test -B
7 changes: 7 additions & 0 deletions .travis/maven_cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ fi
# cp settings.tmpl.xml $MAVEN_SETTINGS
# sed -i -e "s|###USERNAME###|$ORACLE_OTN_USER|g" $MAVEN_SETTINGS
# sed -i -e "s|###PASSWORD###|$ORACLE_OTN_PASSWORD|g" $MAVEN_SETTINGS

echo $M2_HOME
echo $JAVA_HOME
ls -la $M2_HOME
ls -la $MAVEN_HOME

sudo find / -type d -iname "maven"
5 changes: 0 additions & 5 deletions .travis/settings.tmpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ under the License.
</server>
</servers>

<pluginGroups></pluginGroups>
<proxies></proxies>
<mirrors></mirrors>
<profiles></profiles>

</settings>
5 changes: 0 additions & 5 deletions .travis/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ under the License.
</server>
</servers>

<pluginGroups></pluginGroups>
<proxies></proxies>
<mirrors></mirrors>
<profiles></profiles>

</settings>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

##### Configuring the Oracle Maven Repository #####
http://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9010
https://blogs.oracle.com/dev2dev/entry/how_to_get_oracle_jdbc#pom

##### IntelliJ IDEA Maven Module #####
https://www.jetbrains.com/help/idea/2017.1/maven.html