Skip to content

Commit

Permalink
Add Vertispan CI as snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Mar 24, 2018
1 parent fceb8e5 commit 36499e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<maven.compiler.target>1.8</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- CI -->
<vertispan.snapshot.repo.id>vertispan-snapshot-repository</vertispan.snapshot.repo.id>
<vertispan.snapshot.repo.name>Vertispan Snapshot Repository</vertispan.snapshot.repo.name>
<vertispan.snapshot.repo.url>https://repo.vertispan.com/gwt-snapshot/</vertispan.snapshot.repo.url>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -68,4 +73,12 @@
</plugins>
</build>

<distributionManagement>
<snapshotRepository>
<id>${vertispan.snapshot.repo.id}</id>
<name>${vertispan.snapshot.repo.name}</name>
<url>${vertispan.snapshot.repo.url}</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 36499e9

Please sign in to comment.