Skip to content

Commit 228d3dc

Browse files
committed
Adding some debug
1 parent e109009 commit 228d3dc

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: required
12
language: java
23

34
services:
@@ -25,8 +26,8 @@ cache:
2526

2627
install:
2728
- bash .travis/maven_cfg.sh
28-
- bash .travis/start_db.sh
29-
- bash .travis/install_utplsql.sh
29+
# - bash .travis/start_db.sh
30+
# - bash .travis/install_utplsql.sh
3031

3132
script:
3233
- mvn --settings $MAVEN_SETTINGS test -B

.travis/maven_cfg.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ fi
1111
# cp settings.tmpl.xml $MAVEN_SETTINGS
1212
# sed -i -e "s|###USERNAME###|$ORACLE_OTN_USER|g" $MAVEN_SETTINGS
1313
# sed -i -e "s|###PASSWORD###|$ORACLE_OTN_PASSWORD|g" $MAVEN_SETTINGS
14+
15+
echo $M2_HOME
16+
echo $JAVA_HOME
17+
ls -la $M2_HOME
18+
ls -la $MAVEN_HOME
19+
20+
sudo find / -type d -iname "maven"

.travis/settings.tmpl.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,4 @@ under the License.
4848
</server>
4949
</servers>
5050

51-
<pluginGroups></pluginGroups>
52-
<proxies></proxies>
53-
<mirrors></mirrors>
54-
<profiles></profiles>
55-
5651
</settings>

.travis/settings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,4 @@ under the License.
4848
</server>
4949
</servers>
5050

51-
<pluginGroups></pluginGroups>
52-
<proxies></proxies>
53-
<mirrors></mirrors>
54-
<profiles></profiles>
55-
5651
</settings>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

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

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

0 commit comments

Comments
 (0)