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
12language : java
23
34services :
2526
2627install :
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
3132script :
3233 - mvn --settings $MAVEN_SETTINGS test -B
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11
22##### Configuring the Oracle Maven Repository #####
33http://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 #####
67https://www.jetbrains.com/help/idea/2017.1/maven.html
You can’t perform that action at this time.
0 commit comments