We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db15344 commit 5f5c82aCopy full SHA for 5f5c82a
2 files changed
.travis/maven_cfg.sh
@@ -22,8 +22,3 @@ else
22
echo "Using cached maven settings..."
23
fi
24
25
-# The Java API is not available on a public repository yet, we need to download and install it locally.
26
-# Always downloading the latest development version.
27
-git clone https://github.com/utPLSQL/utPLSQL-java-api.git
28
-cd utPLSQL-java-api
29
-mvn package install -DskipTests
pom.xml
@@ -59,4 +59,19 @@
59
</plugins>
60
</build>
61
62
+ <repositories>
63
+ <repository>
64
+ <id>utplsql-java-api</id>
65
+ <url>
66
+ https://packagecloud.io/utplsql/utplsql-java-api/maven2
67
+ </url>
68
+ <releases>
69
+ <enabled>true</enabled>
70
+ </releases>
71
+ <snapshots>
72
73
+ </snapshots>
74
+ </repository>
75
+ </repositories>
76
+
77
</project>
0 commit comments