g7r / tcVersionedSettingsDemo

Demo for https://youtrack.jetbrains.com/issue/TW-56257

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 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 "<artifactId>-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 <artifactId>.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.

 

About

Demo for https://youtrack.jetbrains.com/issue/TW-56257


Languages

Language:Java 100.0%