File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
1
2
language : java
2
3
3
4
services :
25
26
26
27
install :
27
28
- 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
30
31
31
32
script :
32
33
- mvn --settings $MAVEN_SETTINGS test -B
Original file line number Diff line number Diff line change 11
11
# cp settings.tmpl.xml $MAVEN_SETTINGS
12
12
# sed -i -e "s|###USERNAME###|$ORACLE_OTN_USER|g" $MAVEN_SETTINGS
13
13
# 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"
Original file line number Diff line number Diff line change @@ -48,9 +48,4 @@ under the License.
48
48
</server >
49
49
</servers >
50
50
51
- <pluginGroups ></pluginGroups >
52
- <proxies ></proxies >
53
- <mirrors ></mirrors >
54
- <profiles ></profiles >
55
-
56
51
</settings >
Original file line number Diff line number Diff line change @@ -48,9 +48,4 @@ under the License.
48
48
</server >
49
49
</servers >
50
50
51
- <pluginGroups ></pluginGroups >
52
- <proxies ></proxies >
53
- <mirrors ></mirrors >
54
- <profiles ></profiles >
55
-
56
51
</settings >
Original file line number Diff line number Diff line change 1
1
2
2
##### Configuring the Oracle Maven Repository #####
3
3
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
4
5
5
6
##### IntelliJ IDEA Maven Module #####
6
7
https://www.jetbrains.com/help/idea/2017.1/maven.html
You can’t perform that action at this time.
0 commit comments