...
TeamCity Open API is available as a set of Maven artifacts residing in JetBrains Maven repository (http://repository.jetbrains.com/all). Add this fragment to <repositories>
section of your pom file to access it:
Code Block | ||
---|---|---|
xml | xml | <repository> <id>jetbrains-all</id> <url> http://repository.jetbrains.com/all </url> </repository> |
...