The plugin implements a custom runner for the echo command.
The project makes use of TeamCity SDK Maven plugin
To build and run the plugin in the development mode:
- In pom.xml Set the path to your local TeamCity installation folder
- Run
mvn clean package
to build the plugin - Run
mvn tc-sdk:start
to start TeamCity server with the plugin
Developed during the Getting Started with TeamCity Plugins @ April 30th, 2019 webinar.