dpiessens / tfs-worktiem-plugin

A TeamCity plugin to integrate workitems into TFS
MIT License
4 stars 1 forks source link

TeamCity server-side plugin

This is an empty project to develop TeamCity plugin that operates on server-side only.

  1. Implement Put your implementing classes to "-server" module. Do not forget to update spring context file in 'main/resources/META-INF'. See TeamCity documentation for details.

  2. Build Issue 'mvn package' command from the root project to build your plugin. Resulting package .zip will be placed in 'target' directory.

  3. Install To install the plugin, put zip archive to 'plugins' dir under TeamCity data directory and restart the server.